From 268585bfaf878e739c80aeb710d30e58e90cde62 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Thu, 24 Mar 2022 18:56:28 +0100 Subject: [PATCH] Add apiNote, implSpec and implNote to Javadoc in Maven --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index d8af7061..bf3e7525 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,46 @@ + + + + apiNote + a + API Note: + + + implSpec + a + Implementation Requirements: + + + implNote + a + Implementation Note: + + + param + + + return + + + throws + + + since + + + version + + + serialData + + + see + + + org.apache.maven.plugins