|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Documented @Target(value=TYPE) public @interface MetaInfServices
Indicates that this class name should be listed into the META-INF/services/CONTRACTNAME.
If the class for which this annotation is placaed only have one base class or one interface, then the CONTRACTNAME is the fully qualified name of that type.
Otherwise, the value()
element is required to specify the contract type name.
Optional Element Summary | |
---|---|
java.lang.Class |
value
|
public abstract java.lang.Class value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |