integrate new JSR-330 annotations within OWB
--------------------------------------------
Key: OWB-131
URL: https://issues.apache.org/jira/browse/OWB-131
Project: OpenWebBeans
Issue Type: New Feature
Components: Core
Affects Versions: M2
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: M3
The JSR-330 annotations from the new spec are replacing functionality from a
few now obsolete annotations:
@Current -> @Inject
@BindingType -> @Qualifier
@ScopeType -> @Scope + @NormalScope (javax.inject.Scope doesn't have the
'normal' and 'passivating' attributes) This is now unclear btw...
@Singleton will be a new Scope
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.