| org.romaframework.aspect.i18n.annotation.I18nField
I18nField | public @interface I18nField(Code) | | Define the I18N translation in fields.
author: Luca Garulli (luca.garulli@assetdata.it) |
Field Summary | |
String | key Define the key to search in the I18N repository. |
key | String key(Code) | | Define the key to search in the I18N repository. You can write
"MyClass.$content.label" and ROMA will complete the $content with the
run-time value of field.
By default the key is "Object.$content.label".
|
|
|