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.
-
-
Element Detail
-
value
String value
Describes why the annotated element is experimental.- Returns:
- the experimental description.
-
-