Uses of Interface
org.jboss.jdeparser.JDocCommentable
-
-
Uses of JDocCommentable in org.jboss.jdeparser
Subinterfaces of JDocCommentable in org.jboss.jdeparser Modifier and Type Interface Description interfaceJAnonymousClassDefAn anonymous class definition.interfaceJClassDefA type definition, which can be a class, interface, annotation type, etc.interfaceJEnumConstantAn enum constant definition.interfaceJMethodDefA method or constructor definition.interfaceJPackageInfoFileApackage-info.javafile definition.interfaceJVarDeclarationA variable declaration.Methods in org.jboss.jdeparser that return JDocCommentable Modifier and Type Method Description JDocCommentableJSources. createPackageInfoFile(java.lang.String packageName)Create apackage-info.javafile.
-