Skip to content

Commit

Permalink
ignore javadoc errors and correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
XDean committed Mar 29, 2018
1 parent 12f5697 commit 139bb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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 (<15KB).
Here comes this project. A minimized spring annotation toolkit (<150KB) with minimize dependencies.

# Get it

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
</execution>
</executions>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<tags>
<tag>
<name>apiNote</name>
Expand Down

0 comments on commit 139bb47

Please sign in to comment.