public interface JavadocProvider
Modifier and Type | Method and Description |
---|---|
String |
getFieldJavadoc(Field field) |
String |
getMethodJavadocDescription(Method method)
Gets method description.
|
String |
getMethodJavadocReturn(Method method)
Gets method javadoc return.
|
String |
getParamJavadoc(Method method,
String name)
Gets param javadoc.
|
String getMethodJavadocDescription(Method method)
method
- the methodString getMethodJavadocReturn(Method method)
method
- the methodString getParamJavadoc(Method method, String name)
method
- the methodname
- the nameCopyright © 2021. All rights reserved.