FYI, I want to introduce annotation refactoring using meta-annotations in the 
next rev of EJB3. I will be proposing this formally to Sun quite soon, and I 
hope to get it into the JSR proposal.

So you could do something like this:

@Stateless
  | @Transaction(NOT_SUPPORTED)
  | public @interface Action {}

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969939
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to