Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.21 KB

Spring Annotation

Build Status codecov.io Maven Central

Spring core support for annotations, meta-annotations, and composed annotations with attribute overrides

Motivation

Spring's meta-annotations and composed annotations are very easy to use.

But in some cases we only need the annotation toolkit but not the whole spring-core(>1MB).

Here comes this project. A minimized spring annotation toolkit (<150KB) with minimize dependencies.

Get it

<dependency>
    <groupId>com.github.XDean</groupId>
    <artifactId>spring-annotation</artifactId>
    <version>{spring-version}</version>
</dependency>

License

Apache license 2.0

Original Copyright Spring-Projects

Modifications Copyright XDean