dnault / therapi-runtime-javadoc

Read Javadoc comments at run time.
Apache License 2.0
117 stars 19 forks source link

The use of "@link" in comments may lead to an exception. #73

Closed linyongliang2018 closed 10 months ago

linyongliang2018 commented 10 months ago

If you write "@return {@link Boolean}" correctly, there will be no issue. However, if you write "@return {@link }," it will result in a program exception. image