Package org.osgi.service.cdi.annotations
Annotation Interface ComponentProperties
@Documented
@Qualifier
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
public @interface ComponentProperties
Annotation used with
Inject
in order to have component properties
injected.
See "Component Properties".
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Support inline instantiation of theComponentProperties
annotation.