org.apache.tapestry5.beaneditor
Annotation Type Translate
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value={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
value
public abstract String value
Copyright © 2003-2012 The Apache Software Foundation.