Package aQute.bnd.annotation.component
Annotation Type Component
-
@Deprecated @Retention(CLASS) @Target(TYPE) public @interface Component
Deprecated.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
CONFIGURATION_POLICY
Deprecated.static java.lang.String
DESIGNATE
Deprecated.static java.lang.String
DESIGNATE_FACTORY
Deprecated.static java.lang.String
ENABLED
Deprecated.static java.lang.String
FACTORY
Deprecated.static java.lang.String
IMMEDIATE
Deprecated.static java.lang.String
NAME
Deprecated.static java.lang.String
PROPERTIES
Deprecated.static java.lang.String
PROVIDE
Deprecated.static java.lang.String
RNAME
Deprecated.static java.lang.String
SERVICEFACTORY
Deprecated.static java.lang.String
VERSION
Deprecated.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ConfigurationPolicy
configurationPolicy
Deprecated.java.lang.Class<?>
designate
Deprecated.java.lang.Class<?>
designateFactory
Deprecated.boolean
enabled
Deprecated.java.lang.String
factory
Deprecated.boolean
immediate
Deprecated.java.lang.String
name
Deprecated.java.lang.String[]
properties
Deprecated.java.lang.Class<?>[]
provide
Deprecated.boolean
servicefactory
Deprecated.
-
-
-
-
configurationPolicy
ConfigurationPolicy configurationPolicy
Deprecated.- Default:
- aQute.bnd.annotation.component.ConfigurationPolicy.optional
-
-