Annotation Type UsesConfiguration
-
@Target(TYPE) @Retention(CLASS) @Documented @UseWith(SERVICE) public @interface UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered 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.
-
-