We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To use CDI together with JUEL, declare the following dependency and replace ${contracts-version} with the latest release
${contracts-version}
<dependencies> <dependency> <groupId>com.github.sebhoss.contract</groupId> <artifactId>contract-cdi-juel</artifactId> <version>${contracts-version}</version> </dependency> </dependencies>
and annotate your business methods as usual using unified expression language. Consult the example project for more details.