Description
We have support for @Vetoed and @Programmatic at type level. In addition we should also support Spring's @Profile annotation, to allow for the framework to decide at runtime, which types must not contribute to the meta-model.
A valid use-case is the demo-app, that we want to either showcase JDO or JPA features.
2 profiles 'demo-jdo' and 'demo-jpa' are used, to decide what persistence stack to provision and what is effectively shown/hidden with the demo.
Attachments
Issue Links
- is depended upon by
-
CAUSEWAY-2620 Demo: create a JPA stack based variant
- Closed