Package io.smallrye.common.annotation
Annotation Type Experimental
@Inherited
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE,FIELD,PACKAGE})
public @interface Experimental
Annotation that specifies that an element is experimental and may change without notice.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDescribes why the annotated element is experimental.- Returns:
- the experimental description.
-