From 6bf9e1097ae7588ecee52782dbdf8322a86431ef Mon Sep 17 00:00:00 2001 From: kske Date: Wed, 24 Nov 2021 11:30:36 +0100 Subject: [PATCH] Support JDK-style Javadoc tags --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 50b750f..c803000 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,28 @@ + + + + + + apiNote + a + API Note: + + + implSpec + a + Implementation Requirements: + + + implNote + a + Implementation Note: + + + + -- 2.30.2