Annotation Type Dictionary
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Dictionary
Dictionary marking annotation for entity column- Since:
- 1.0.0
- Author:
- imre.scheffer
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DictionaryTypetypedefault DictionaryType.NAME
-
-
-
Element Detail
-
type
DictionaryType type
default DictionaryType.NAME- Returns:
- default DictionaryType.NAME
- Default:
- hu.icellmobilsoft.coffee.model.base.annotation.DictionaryType.NAME
-
-