From a251ad2a22d65d4820f7ceed579f7ee4be452865 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Mon, 17 Feb 2020 16:45:40 +0100 Subject: [PATCH] allow using @implNote in JavaDoc (why is it unknown? this is standard since java 8...) --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 8aa3f5c8..1f92d11b 100644 --- a/pom.xml +++ b/pom.xml @@ -239,6 +239,31 @@ + + + + apiNote + a + API Note: + + + implSpec + a + Implementation Requirements: + + + implNote + a + Implementation Note: + + param + return + throws + since + version + serialData + see + javax.annotation