Saltar al contenido principal
Version: próxima

Annotations Module

The annotations module includes a set of Spring-oriented annotations to make it easier to manage some AWE features.

To include this module, just add the dependency to the pom descriptor:

<dependencies>
...
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-annotations-spring-boot-starter</artifactId>
</dependency>
...
</dependencies>