---
id: annotations
title: Annotations Module
sidebar_label: 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:

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