Uses of Interface
org.jboss.jdeparser.JAnnotatable
-
-
Uses of JAnnotatable in org.jboss.jdeparser
Subinterfaces of JAnnotatable 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.interfaceJParamDeclarationA parameter declaration.interfaceJVarDeclarationA variable declaration.
-