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