Class Javadoc
- java.lang.Object
-
- io.avaje.http.generator.core.javadoc.Javadoc
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Map<String,String>getParams()StringgetReturnDescription()StringgetSummary()booleanisDeprecated()static Javadocparse(String content)Parse and return the Javadoc.
-
-
-
Method Detail
-
getSummary
public String getSummary()
-
getDescription
public String getDescription()
-
getReturnDescription
public String getReturnDescription()
-
isDeprecated
public boolean isDeprecated()
-
-