Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom Annotation in Scala or Java #97

Open
YiSoEasy opened this issue Mar 3, 2017 · 0 comments
Open

Support custom Annotation in Scala or Java #97

YiSoEasy opened this issue Mar 3, 2017 · 0 comments

Comments

@YiSoEasy
Copy link

YiSoEasy commented Mar 3, 2017

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.

ilx added a commit to ilx/genjavadoc that referenced this issue Apr 23, 2019
ilx added a commit to ilx/genjavadoc that referenced this issue Apr 23, 2019
ilx added a commit to ilx/genjavadoc that referenced this issue Apr 23, 2019
… line as Java class stubs and write a simple test that demonstrates how to create Java stub with some annotation
ilx added a commit to ilx/genjavadoc that referenced this issue Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant