Annotation Interface Fallback


@Target(METHOD) @Retention(RUNTIME) public @interface Fallback
Annotates the appropriate Fallback which propagates the exception or returns a valid fallback value.
Since:
1.6
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Fallback<?>>