Package org.osgi.service.cdi.annotations
Annotation Interface PrototypeRequired
@Documented
@Qualifier
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER,TYPE})
public @interface PrototypeRequired
Used with
@Reference
, BindService
,
BindBeanServiceObjects
and BindServiceReference
to indicate
that the service must be service.scope=prototype
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Support inline instantiation of thePrototypeRequired
annotation.