@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Unsupported
Registrable functionality is not yet fully
supported and such implementations should be treated accordingly by
the core services.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
value
Optional descriptions of unsupported functionality.
|