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 interface
JAnonymousClassDef
An anonymous class definition.interface
JClassDef
A type definition, which can be a class, interface, annotation type, etc.interface
JEnumConstant
An enum constant definition.interface
JMethodDef
A method or constructor definition.interface
JPackageInfoFile
Apackage-info.java
file definition.interface
JParamDeclaration
A parameter declaration.interface
JVarDeclaration
A variable declaration.
-