8000 @Bean doesn't work with parameterized class · Issue #103 · androidannotations/androidannotations · GitHub
[go: up one dir, main page]

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.

@Bean doesn't work with parameterized class #103

@a-thomas

Description

@a-thomas

Annotate a parameterized class result in a wrong generated code:

The following is generated:

import com.company.dao.helper.DaoHelper<com.company.model.Client, java.lang.Long>_;
[...]
((Long>_) daoHelper).afterSetContentView_();
[...]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0