|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,CONSTRUCTOR,PACKAGE,TYPE})
public @interface Label
Annotation that can be used provide a human-readable label.
| Required Element Summary | |
|---|---|
Class<?> |
i18n
The class that contains the I18n instances used for internationalization. |
String |
value
The label for the element. |
| Element Detail |
|---|
public abstract String value
identifier of an
I18n instance on the non-null i18n() I18n container class.
public abstract Class<?> i18n
I18n instances used for internationalization. This may be null if the description is a
literal value.
value()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||