Package io.smallrye.common.annotation
Annotation Interface TechPreview
@Inherited
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE,FIELD,PACKAGE})
public @interface TechPreview
Annotation that specifies that an element is tech preview and may change in the future.
Annotated elements are feature-complete, but have known limitations, need bake-time or
have rough angles. The API is more stable than with Experimental.
Tech preview API can still be changed, but changes will be communicated.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueDescribes why the annotated element is in tech preview.- Returns:
- the tech preview description.
-