Annotation Interface InvalidateMethod
Annotation used to invalidate old method values.
The name of the methods are used as an identifier in the database, so that a single provider does not duplicate entries. Only first 50 characters of the method name are stored. If you need to change a method name add this class annotation with the old method name.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
MultipleInvalidateMethod
annotations are supported per class. -
Required Element Summary
-
Element Details
-
value
String valueName of the old method, values of which should be removed from the database.- Returns:
- Name of the old method, case sensitive. Only first 50 characters are used.
-