org.inxar.jenesis
Interface Declaration

All Superinterfaces:
Codeable
All Known Subinterfaces:
AbstractMethod, ClassDeclaration, ClassField, ClassMethod, Constant, Constructor, Field, FormalParameter, Import, InitializationDeclaration, InnerClass, Interface, LocalClass, Member, Method, Namespace, NewAnonymousClass, PackageClass, StaticInitializer, TypeDeclaration

public interface Declaration
extends Codeable

The Declaration superinterface.


Method Summary
 DocumentationComment javadoc(java.lang.String text)
          Comments the declaration with a javadoc.
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

javadoc

public DocumentationComment javadoc(java.lang.String text)
Comments the declaration with a javadoc.