Uses of Class
aQute.bnd.annotation.Resolution
-
Packages that use Resolution Package Description aQute.bnd.annotation aQute.bnd.annotation.spi -
-
Uses of Resolution in aQute.bnd.annotation
Methods in aQute.bnd.annotation that return Resolution Modifier and Type Method Description static Resolution
Resolution. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Resolution[]
Resolution. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Resolution in aQute.bnd.annotation.spi
Methods in aQute.bnd.annotation.spi that return Resolution Modifier and Type Method Description Resolution
resolution()
The resolution policy of theosgi.serviceloader
andosgi.extender
requirements.Resolution
resolution()
The resolution policy of theosgi.extender
requirement.
-