@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface LegacyMethod
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The name of the legacy method marked with this annotation.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignore
The member identifying if the legacy attribute to be ignored for the given method.
|