Interface JavaDocCapableSource<O>
-
- All Superinterfaces:
JavaDocCapable<O>
- All Known Subinterfaces:
EnumConstantSource,EnumConstantSource.Body,FieldSource<O>,JavaAnnotationSource,JavaClassSource,JavaEnumSource,JavaInterfaceSource,JavaPackageInfoSource,JavaRecord<O>,JavaRecordSource,JavaSource<T>,MemberSource<O,T>,MethodSource<O>
public interface JavaDocCapableSource<O> extends JavaDocCapable<O>
Represents aJavaSourceelement that can holdJavaDoc- Author:
- George Gastaldi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaDocSource<O>getJavaDoc()Returns theJavaDocfor this element.OremoveJavaDoc()Remove the associatedJavaDoc-
Methods inherited from interface org.jboss.forge.roaster.model.JavaDocCapable
hasJavaDoc
-
-
-
-
Method Detail
-
getJavaDoc
JavaDocSource<O> getJavaDoc()
Description copied from interface:JavaDocCapableReturns theJavaDocfor this element. Never null.- Specified by:
getJavaDocin interfaceJavaDocCapable<O>
-
-