Annotation Interface Internal


@Documented @Target({TYPE,FIELD,METHOD}) @Retention(CLASS) public @interface Internal
Types that are annotated with this annotation are considered to be used internally.
They are not intended to be used by the user, because this may cause an unexpected behavior.