Package eu.miltema.uiannot
Annotation Type Subtitle
-
@Retention(RUNTIME) @Target(FIELD) public @interface SubtitleAdds a subtitle before current element A title can be declared for levels h1-h6, default is h1.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Subtitle.Levelleveljava.lang.Stringvaluejava.lang.StringvalueFromThis is a dynamic label and its value is fetched from another field
-
-
-
-
level
Subtitle.Level level
- Default:
- eu.miltema.uiannot.Subtitle.Level.H2
-
-