Marks a method as a recovery method for an AOP operation.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintDistinguish what method to fallback when multiple methods share the same name.
-
Element Details
-
value
String valuethe name of the target method to recover from. -
place
int placeDistinguish what method to fallback when multiple methods share the same name.- Default:
0
-