Uses of Class
aQute.bnd.component.annotations.FieldOption
-
Packages that use FieldOption Package Description aQute.bnd.component aQute.bnd.component.annotations Service Component Annotations Package Version 1.4. -
-
Uses of FieldOption in aQute.bnd.component
Fields in aQute.bnd.component declared as FieldOption Modifier and Type Field Description (package private) FieldOptionReferenceDef. fieldOption -
Uses of FieldOption in aQute.bnd.component.annotations
Methods in aQute.bnd.component.annotations that return FieldOption Modifier and Type Method Description FieldOptionfieldOption()The field option for this reference.static FieldOptionFieldOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FieldOption[]FieldOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-