See: Description
| Interface | Description |
|---|---|
| BeanProperty | |
| DocletTag | |
| DocletTagFactory | |
| JavaAnnotatedElement |
Equivalent of
AnnotatedElement, providing the most important methods. |
| JavaAnnotation | |
| JavaClass |
Equivalent of
Class, providing the most important methods. |
| JavaConstructor |
Modeled equivalent of
Constructor, providing the most important methods. |
| JavaField |
Modeled equivalent of
Field, providing the most important methods. |
| JavaGenericDeclaration |
Equivalent of
GenericDeclaration. |
| JavaInitializer |
A
JavaClass can have contain one of the following initializers:
A static initializer declared in a class is executed when the class is initialized
An instance initializer declared in a class is executed when an instance of the class is created
In code this would look like: |
| JavaMember | |
| JavaMethod | |
| JavaModel | |
| JavaPackage | |
| JavaParameter |
JavaParameter is an extended version of JavaClass and doesn't exist in the java api.
|
| JavaParameterizedType |
Equivalent of
ParameterizedType. |
| JavaSource |
The root of every JavaModel, even for those based on binary classes.
|
| JavaType |
Equivalent of
Type. |
| JavaTypeVariable<D extends JavaGenericDeclaration> | |
| JavaWildcardType |
Equivalent of
WildcardType |
| ParameterDeclarator |
Can either be a Method or a Constructor
|
| Class | Description |
|---|---|
| JavaModelUtils |
java.reflect equivalent.Copyright © 2002–2016. All rights reserved.