Package org.apache.tapestry5.beaneditor
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