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

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Thu Oct 9 11:39:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Bryzak closed JBSEAM-903.
-------------------------------

    Resolution: Out of Date


Since we'll be basing Seam 3 on the Web Beans RI, this feature request is obsolete.

> @Bidirectional to combine @In and @Out
> --------------------------------------
>
>                 Key: JBSEAM-903
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-903
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 1.1.6.GA
>            Reporter: Andrew
>            Assignee: Shane Bryzak
>            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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list