Skip to content

Commit

Permalink
Add @Documented tag to RequiresPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoo980 committed Oct 31, 2023
1 parent e2dbaac commit a76764f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
*
* @checker_framework.manual #optional-checker Optional Checker
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
@PreconditionAnnotation(qualifier = Present.class)
Expand Down

0 comments on commit a76764f

Please sign in to comment.