Package valorless.havenbags.annotations
Annotation Interface Unused
Marks a field, method, or constructor as currently unused.
This annotation serves as an indicator to developers that the annotated element is not actively utilized in the codebase at present.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueOptional description providing context about the unused status.This can include reasons for why the element is unused, or plans for future use or removal.
- Returns:
- a string description (default is an empty string)
- Default:
- ""
-