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