Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Resolved
-
2.0.0-M9
-
None
-
None
Description
when using types, as in
public @interface Name { int MAX_LEN = 40; class Specification extends AbstractSpecification2<String> { @Inject private DomainModule.Configuration configuration;
then the dependencies are not correctly injected into the Specification which will result in a NullPointerException (configuration is null).
Attachments
Issue Links
- links to