Annotation Type Module
Identifies a DDD module.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
id
String idA stable identifier for the module. If not defined, an identifier will be derived from the annotated element, usually a package. That allows tooling to derive name and description by applying some kind of convention to the identifier.Assuming a package
com.acme.myapp.moduleannotated withModule, tooling could use a resource bundle to lookup the keyscom.acme.myapp.module._nameandcom.acme.myapp.module_descriptionto resolve name and description respectively.- Returns:
- Default:
""
-
name
-
value
-
description
-