public abstract class BaseJavadoc
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Comment |
getComment() |
java.lang.String |
getName() |
java.util.List<OtherJavadoc> |
getOther() |
java.util.List<SeeAlsoJavadoc> |
getSeeAlso() |
boolean |
isEmpty() |
boolean |
isPresent()
Deprecated.
use !
isEmpty() instead |
public java.lang.String getName()
public Comment getComment()
public java.util.List<SeeAlsoJavadoc> getSeeAlso()
public java.util.List<OtherJavadoc> getOther()
public boolean isEmpty()
@Deprecated public boolean isPresent()
isEmpty() instead