You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ilx
added a commit
to ilx/genjavadoc
that referenced
this issue
Apr 23, 2019
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.
The text was updated successfully, but these errors were encountered: