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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...