Package valorless.annotations
Annotation 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
-
Element Details
-
value
String valueAn optional description providing additional context about the internal element.- Returns:
- a string description of the internal element
- Default:
""
-