Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
32 lines (21 loc) · 1.21 KB

File metadata and controls

32 lines (21 loc) · 1.21 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.