This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 55deabc919bb02fc9f09e5f9930b80142be4a5fe Merge: 41fb3ac 29056fc Author: Benjamin Marwell <[email protected]> AuthorDate: Fri Aug 20 09:08:41 2021 +0200 Merge pull request #318 from apache/SHIRO-216 Add @Documented to Shiro annotations .../java/org/apache/shiro/authz/annotation/RequiresAuthentication.java | 2 ++ core/src/main/java/org/apache/shiro/authz/annotation/RequiresGuest.java | 2 ++ .../java/org/apache/shiro/authz/annotation/RequiresPermissions.java | 2 ++ core/src/main/java/org/apache/shiro/authz/annotation/RequiresRoles.java | 2 ++ core/src/main/java/org/apache/shiro/authz/annotation/RequiresUser.java | 2 ++ event/src/main/java/org/apache/shiro/event/Subscribe.java | 2 ++ 6 files changed, 12 insertions(+)
