Package aQute.bnd.annotation.metatype
Annotation Type Meta.OCD
-
@Target(TYPE) @Retention(RUNTIME) public static @interface Meta.OCD
The OCD Annotation maps to the OCD element in the Metatype specification. The only difference is that it is possible to create a Designate element as well.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
A description for this ocd.boolean
factory
Defines if this is for a factory or not.java.lang.String
id
The id of the component.java.lang.String
localization
The localization prefix.java.lang.String
name
The name for this component.
-
-
-
-
id
java.lang.String id
The id of the component. Default the name of the class in FQN notation but with nested classes using the $ as separator (not .). The Felix webconsole always uses this id as the PID and not the pid in the Designate element. Reported as an error.- Returns:
- the id
- Default:
- "\u00a7NULL\u00a7"
-
-