Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Generic @EBean init_ should be generified #1403

@WonderCsabo

Description

@WonderCsabo

Currentlly this code

@EBean
public class MyGenericBean<T> {

}

generates this:

public static MyGenericBean_ getInstance_(Context context) {
        return new MyGenericBean_(context);
}

This should be generified just like with @EView.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions