Package org.osgi.service.cdi.annotations
Annotation Type PIDs
-
@Documented @Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER,TYPE}) public @interface PIDs
Annotation used in conjunction withComponentScoped
in order to associate configurations with the component bean.- Author:
- $Id: 8f4f44b57c936097158ab49caa2faaa5b38fd216 $
-
-
Element Detail
-
value
PID[] value
The set of ordered configurations available to the component.
-
-