[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-903) @Bidirectional to combine @In and @Out

Fernando Monta?ño (JIRA) jira-events at lists.jboss.org
Thu Feb 22 14:50:35 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-903?page=comments#action_12353978 ] 
            
Fernando Monta?ño commented on JBSEAM-903:
------------------------------------------

Yep, @Biject looks great and it has more sense. +1.

> @Bidirectional to combine @In and @Out
> --------------------------------------
>
>                 Key: JBSEAM-903
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-903
>             Project: JBoss Seam
>          Issue Type: Feature Request
>    Affects Versions: 1.1.6.GA
>            Reporter: Andrew
>            Priority: Minor
>
> 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:
> @Bidirectional(required=false, value="someString", scope=ScopeType.EVENT)
> private String localVariableName;	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the seam-issues mailing list