Annotation Type JmcParam


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface JmcParam
    Annotation used to define a field as param in template.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The name of param.
    • Element Detail

      • value

        java.lang.String value
        The name of param.
        Default:
        ""