genjavadoc icon indicating copy to clipboard operation
genjavadoc copied to clipboard

Support custom Annotation in Scala or Java

Open YiSoEasy opened this issue 8 years ago • 0 comments

Hi, I have define a annotation class which like deprecate class. I use it in the head of each scala class as below @deprecated @myAnnotation class XXX { }

the @deprecated annotation in scala transformed to related annotation in Javadoc but @myAnnotation disappeared, is it possible to keep it in java doc without any change after the transformation, so that my maven-javadoc-plugin can still recognize it.

YiSoEasy avatar Mar 03 '17 23:03 YiSoEasy