Annotation Interface Experimental


@Target({PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD}) @Retention(RUNTIME) public @interface Experimental
Indicates that the annotated program element is considered usable in applications but is unstable.

Experimental APIs can become public, Internal, be changed or removed in a minor or major version of Jmix.