se.datadosen.util.annotations
Annotation Type TabTitle


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

Specifify what key to use when setting a translated text string for the title of a containing JTabbedPane for this specific tab


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:
""