Package io.contextmap.annotations
Annotation Type ContextGlossary
Annotation used to define a term for the glossary
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDefinition explaining the term.- Returns:
- the definition of the term
- Default:
- ""
-
name
String nameBy default the name of the class will be used. Use this property to override this default.- Returns:
- the name of the term
- Default:
- ""
-
aliases
String[] aliasesList of possible aliases.- Returns:
- possible aliases of the term
- Default:
- {}
-