接口的使用
com.thoughtworks.qdox.model.JavaAnnotatedElement
使用JavaAnnotatedElement的程序包
程序包
说明
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
Provides the default implementation of classes to write Java model elements in any style.
-
com.thoughtworks.qdox.model中JavaAnnotatedElement的使用
修饰符和类型接口说明interfaceEquivalent ofClass, providing the most important methods.interfaceModeled equivalent ofConstructor, providing the most important methods.interfaceA shared interface for the common functionality of Method and Constructor.interfaceModeled equivalent ofField, providing the most important methods.interfaceinterfaceinterfaceJavaParameter is an extended version of JavaClass and doesn't exist in the java api.修饰符和类型方法说明DocletTagFactory.createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) -
com.thoughtworks.qdox.model.impl中JavaAnnotatedElement的使用
修饰符和类型类说明classclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassThe default implementation ofJavaPackage, representing aPackage.classclassclassThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classThis class can be used to access overridden methods while keeping a reference to the original class.修饰符和类型方法说明final JavaAnnotatedElementDefaultDocletTag.getContext()The element to which this tag applies.修饰符和类型方法说明DefaultDocletTagFactory.createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) 限定符构造器说明DefaultDocletTag(String name, String value, JavaAnnotatedElement context, int lineNumber) -
com.thoughtworks.qdox.writer.impl中JavaAnnotatedElement的使用