@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SingleJsoImplName
SingleJsoImpl
if the JSO implementation is not
normally available, perhaps because it is created during a build process.SingleJsoImpl
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The binary name of the type that implements the interface at runtime.
|