Annotation Interface JteView


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface JteView
JteView will be included on the methods of a generated Templates interface. This is to make it easier to adapt with frameworks that use annotations.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    value is the name of the template
  • Element Details

    • value

      String value
      value is the name of the template
      Returns: