Annotation Type UsesOrderedConfiguration
-
@Target(TYPE) @Retention(CLASS) @Documented @UseWith(SERVICE) public @interface UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class
value
The type of object which may be contributed into the service's configuration.
-
-
-
Element Detail
-
value
java.lang.Class value
The type of object which may be contributed into the service's configuration.
-
-