@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Experimental
Registrable
is experimental and should be treated
accordingly by the core service implementations.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Optional description of the experimental feature.
|