Declares an annotation type as a {@linkplain javax.enterprise.context scope type}.
This is only required if you wish to make an annotation a scope type without adding the {@link NormalScope} or {@link Scope} annotations to it. You can also use this method to override an existing normal scope definition.
@see AfterBeanDiscovery#addContext(javax.enterprise.context.spi.Context) @param scopeType The annotation type to treat as a {@linkplain javax.enterprise.context scope type} @param normal Indicates if the scope is normal @param passivating Indicates if the scope is {@linkplain javax.enterprise.inject.spi.PassivationCapable passivationcapable}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|