Uses of Class
org.osgi.annotation.bundle.Export.Substitution
-
Packages that use Export.Substitution Package Description org.osgi.annotation.bundle OSGi Bundle Annotations Package Version 1.1. -
-
Uses of Export.Substitution in org.osgi.annotation.bundle
Methods in org.osgi.annotation.bundle that return Export.Substitution Modifier and Type Method Description Export.Substitution
substitution()
Specify the policy for substitutably importing this package.static Export.Substitution
Export.Substitution. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Export.Substitution[]
Export.Substitution. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-