Package com.thoughtworks.qdox.model.impl
package com.thoughtworks.qdox.model.impl
Provides the default implementation of the classes reflecting the Java model elements.
These classes are often richer then their
java.reflect
equivalent.-
ClassDescriptionEvery element of a class, including the class itself is a javaModel.The BaseMethod contains all methods used by both JavaMethod and JavaConstructorThe default implementation of
JavaPackage
, representing aPackage
.The default implementation forJavaType
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariable
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.This class can be used to access overridden methods while keeping a reference to the original class.