Skip to content

Commit

Permalink
Introduce package-info.java for `tech.picnic.errorprone.guidelines.…
Browse files Browse the repository at this point in the history
…bugpatterns`
  • Loading branch information
Stephan202 committed Feb 10, 2024
1 parent a01e5e4 commit 97b9bd9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** Experimental Error Prone checks. */
@com.google.errorprone.annotations.CheckReturnValue
@org.jspecify.annotations.NullMarked
package tech.picnic.errorprone.guidelines.bugpatterns;

0 comments on commit 97b9bd9

Please sign in to comment.