org.clazzes.util.annotations
Annotation Type I18N
@Documented
public @interface I18N
This annotation holds a translatable string mostly
used by another annotations.
- Author:
- wglas
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
- Returns:
- The translatable string. This string is not actually translated,
this annotation is just a marker for classes using annotations
in order to extract the string to the list of translatable strings.
Copyright © 2010. All Rights Reserved.