Annotation Type TagParameter


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface TagParameter
    Annotates a field of the tag implementation as tag parameter. Those fields will be filled with the tag parameters before the tag implementation is invoked.
    Author:
    Richard "Shred" Körber
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean required
      Is the parameter required? Defaults to false.
      boolean rtexprvalue
      Is the parameter a rtexpression value? Defaults to true.
    • Element Detail

      • required

        boolean required
        Is the parameter required? Defaults to false.
        Default:
        false
      • rtexprvalue

        boolean rtexprvalue
        Is the parameter a rtexpression value? Defaults to true.
        Default:
        true