Annotation Type Translate


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    @Documented
    @UseWith({BEAN,COMPONENT,MIXIN,PAGE})
    public @interface Translate
    Used to attach the name of a Translator used to convert the associated property between server-side and client-side representations. May be placed on any getter or setter method, or on the matching field.
    Since:
    5.2.0
    See Also:
    Validate
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value