From e856e7e590c4020f0806e113e6b3db9655f36b30 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 27 May 2024 09:28:23 +0200 Subject: [PATCH] Add checkstyle rule for "@since" javadoc convention --- src/checkstyle/checkstyle.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 5b24c009a7..78b47694c1 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -214,6 +214,14 @@ + + + + + + +