Package org.apache.rat
Annotation Type DeprecationReporter.Info
- Enclosing class:
DeprecationReporter
Annotation to provide deprecation information for Java8.
TODO remove this when Java 8 no longer supported.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
The description of the component.The common name for the component.The component type.
-
Element Details
-
since
String sinceThe common name for the component. If not specified the name of the field or class is used.- Returns:
- the component name.
- Default:
""
-
forRemoval
boolean forRemovalThe description of the component.- Returns:
- the component description.
- Default:
false
-
use
String useThe component type.- Returns:
- the component type.
- Default:
""
-