- Enclosing class:
Option
Mark an option as deprecated.
This will introduce
Deprecated
annotation on all related methods.
Since and if for removal will be taken from the Deprecated
annotation on this method.
This annotation is an extension to the Java annotation. If not defined, description from javadoc tag deprecated
will be used for all setters and getters instead.-
Required Element Summary
-
Element Details
-
value
String valueAlternative option that replaces this option.- Returns:
- name of the method that should be used instead
-