@Retention(value=SOURCE)
@Documented
@Target(value=TYPE)
public @interface MetaInfServices
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.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
value |
Copyright © 2012. All Rights Reserved.