Switch annotation retention to Retention.RUNTIME
#144
Labels
module: architecture
Architectural style related support
module: cqrs / es
CQRS and Event Sourcing support
module: ddd
Domain-Driven Design related support
module: events
Events support
type: enhancement
New feature or request
Milestone
When inspecting types for the presence of jMolecules annotations, reflectively detecting that a class is meta-annotated with a particular annotation requires the annotation being looked for to be available at runtime. Currently, they only available as
Retention.CLASS
.The text was updated successfully, but these errors were encountered: