Annotation Interface Fallback


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Fallback
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • value

      String value
      Returns:
      the name of Fallback config path
      See Also:
    • method

      @Language(value="JAVA", prefix="class Renderer{String $text(){return ", suffix=";}}") String method
      Returns:
      fallbackMethod method name to execute