Package org.osgi.service.cdi.annotations
Annotation Type 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
.- Author:
- $Id: 3dfe44cabf81651ea9fbc880633b16276a0fe3c0 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Support inline instantiation of thePrototypeRequired
annotation.