Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch annotation retention to Retention.RUNTIME #144

Closed
odrotbohm opened this issue Nov 6, 2024 · 0 comments
Closed

Switch annotation retention to Retention.RUNTIME #144

odrotbohm opened this issue Nov 6, 2024 · 0 comments
Assignees
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

Comments

@odrotbohm
Copy link
Member

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.

@odrotbohm odrotbohm self-assigned this Nov 6, 2024
@odrotbohm odrotbohm added type: enhancement New feature or request module: ddd Domain-Driven Design related support module: architecture Architectural style related support module: events Events support module: cqrs / es CQRS and Event Sourcing support labels Nov 6, 2024
@odrotbohm odrotbohm added this to the 1.10.0 milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant