chore(core): add apiguardian @API annotations (#368)
This commit is contained in:
parent
d4ab593460
commit
4360847852
119 changed files with 531 additions and 17 deletions
|
|
@ -14,6 +14,7 @@ versions:
|
|||
errorprone: 2.9.0
|
||||
geantyref: 1.3.13
|
||||
jmh: 1.27
|
||||
apiguardian: 1.1.2
|
||||
|
||||
# integration
|
||||
guice: 4.2.3
|
||||
|
|
@ -88,6 +89,10 @@ dependencies:
|
|||
group: org.openjdk.jmh
|
||||
name: jmh-generator-annprocess
|
||||
version: { ref: jmh }
|
||||
apiguardian:
|
||||
group: org.apiguardian
|
||||
name: apiguardian-api
|
||||
version: { ref: apiguardian }
|
||||
|
||||
# integration
|
||||
guice:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue