程序包 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.-
类说明Every 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 forJavaTypeDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableEquivalent ofWildcardTypeThis 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.