[jboss-user] [JBoss Seam] - Feature request - @InOut

andrew.rw.robinson do-not-reply at jboss.com
Wed Feb 21 12:28:11 EST 2007


Before making this an official JIRA request, I wanted to make sure that there wasn't already something out there that I missing.

IMO, it would be great to have an InOut annotation that can combine In and Out to avoid excessive typing. Examples:

Now:
@In(required=false, value="someString", scope=ScopeType.EVENT)
  | @Out(required=false, value="someString", scope=ScopeType.EVENT)
  | private String localVariableName;

Easier as:
@InOut(required=false, value="someString", scope=ScopeType.EVENT)
  | private String localVariableName;

What do you think?


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

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



More information about the jboss-user mailing list