Skip to content

Commit 16437e4

Browse files
committed
Remove JCIP annotations from jsr-305
1 parent 01d36fc commit 16437e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project/guice.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
[arg line="-s -i -a ."/]
2020
[arg line="-p ^com.google.common.annotations."/]
2121
[arg line="-p ^com.google.errorprone.annotations."/]
22+
[arg line="-p ^javax.annotation.concurrent."/]
2223
[/exec]
2324
</run>
2425
</ant>

project/jsr-305.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<project>
22
<licensing>
3-
<tag>BSD-3-Clause AND CC-BY-2.5</tag>
3+
<tag>BSD-3-Clause</tag>
44
</licensing>
55
<module>
66
<build>
77
<compiler>
88
<addSourceRoot>ri/src/main/java</addSourceRoot>
9+
<excludeSourceMatching>/concurrent/</excludeSourceMatching>
910
</compiler>
1011
</build>
1112
</module>

0 commit comments

Comments
 (0)