Skip to content

Commit

Permalink
Add javax.annotation.processing as in the stdlib (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion authored Jul 12, 2023
1 parent 5eb016a commit 9911fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/gazelle/private/java/java.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var stdlibPrefixes = []types.PackageName{
types.NewPackageName("com.sun.management"),
types.NewPackageName("com.sun.net.httpserver"),
types.NewPackageName("java"),
types.NewPackageName("javax.annotation.processing"),
types.NewPackageName("javax.annotation.security"),
types.NewPackageName("javax.crypto"),
types.NewPackageName("javax.management"),
Expand Down

0 comments on commit 9911fc9

Please sign in to comment.