Annotation Interface Internal


@Documented @Target({TYPE,FIELD,METHOD,CONSTRUCTOR}) public @interface Internal
Indicates that the annotated element is intended for internal use within the codebase and should not be accessed or used by external code. This annotation serves as a warning to developers that the annotated element may change or be removed without notice, and should not be considered part of the public API.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An optional description providing additional context about the internal element.
  • Element Details

    • value

      String value
      An optional description providing additional context about the internal element.
      Returns:
      a string description of the internal element
      Default:
      ""