se.datadosen.util.annotations
Annotation Type Title


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Title

Specifify what key to use when setting a translated text string for titles (done by Msg.setTexts() ) Any object supporting a setTitle() method can be annotated,


Optional Element Summary
 java.lang.String value
          key to be mapped to corresponding translated text If missing, use key format ui.nameOfField
 

value

public abstract java.lang.String value
key to be mapped to corresponding translated text If missing, use key format ui.nameOfField

Default:
""