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