Annotation Type AOPFallback


@Target(METHOD) @Retention(RUNTIME) public @interface AOPFallback
Marks a method as a recovery method for an AOP operation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    the name of the target method to recover from.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Distinguish what method to fallback when multiple methods share the same name.
  • Element Details

    • value

      String value
      the name of the target method to recover from.
    • place

      int place
      Distinguish what method to fallback when multiple methods share the same name.
      Default:
      0