Annotation Interface Internal


@Target({PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD}) @Retention(RUNTIME) public @interface Internal
Indicates that the annotated program element is considered an internal implementation detail and should not be used in application code.

Internal APIs can be changed without notice in any new version of Jmix.