Forget add to annotation RetentionPolicy.RUNTIME. Now is worked.
If annotation added in tapestry service it not worked:
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h.
If annotation added in tapestry page it worked:
public class SomePage {
@Inject @SomeAnnot
private TypeNotRegisteredInModuleAsService field;
}
annotationProvider.getAnnotation(SomeAnnot.class) != null
If annotation added in tapestry service it not worked:
public class SomeService {
//