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