dnault / therapi-runtime-javadoc

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

Empty MethodJavadoc for constructors has wrong method name #58

Closed dnault closed 2 years ago

dnault commented 2 years ago

The method name for a constructor should always be <init>, not the class name.