]
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: