Skip to content

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

License

Notifications You must be signed in to change notification settings

XDean/Spring-Annotation

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages