Re: Problem with annotationProvider in ObjectProvider

2009-02-16 Thread foror
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.

Problem with annotationProvider in ObjectProvider

2009-02-16 Thread foror
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 { //