[jboss-user] [JBoss Seam] - Re: Can you merge multiple annotations in one?

gavin.king@jboss.com do-not-reply at jboss.com
Wed Sep 6 22:13:27 EDT 2006


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



More information about the jboss-user mailing list