[
https://issues.apache.org/jira/browse/OWB-131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745851#action_12745851
]
Sven Linstaedt commented on OWB-131:
------------------------------------
Just to add some points:
* @Inject will be mandatory for all injection points (fields, methods,
non-default constructor, but not on parameters), even if they have no binding
annotation
* @Initializer is obsolote, will be replaced by @Inject on non-default
constructors
> 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.