[jboss-user] [JBoss Seam] - Re: Intercepting Seam components/Support for AspectJ

jacob.orshalick do-not-reply at jboss.com
Tue Nov 20 14:31:53 EST 2007


Maybe it was snipped from the code but I do not see the RetentionPolicy.  Try the following:

@Target(ElementType.TYPE)
  | @Retention(RetentionPolicy.RUNTIME)
  | @Interceptors(LoggingInterceptor.class)
  | public @interface Logging {}

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106529#4106529

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106529



More information about the jboss-user mailing list