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
andBindServiceReference
to indicate that the service must beservice.scope=prototype
.- Author:
- $Id: 3dfe44cabf81651ea9fbc880633b16276a0fe3c0 $