Annotation Type Parameters


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Parameters
    An annotation that indicates what the parameters an FTL transform or method can take. The annotation uses the same syntax as FTL.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value