类 JavaMethodDelegate

java.lang.Object
com.thoughtworks.qdox.model.impl.JavaMethodDelegate
所有已实现的接口:
JavaAnnotatedElement, JavaExecutable, JavaGenericDeclaration, JavaMember, JavaMethod, JavaModel, Serializable

public class JavaMethodDelegate extends Object implements JavaMethod
This class can be used to access overridden methods while keeping a reference to the original class. This is especially useful when trying to resolve generics
从以下版本开始:
1.12
作者:
Robert Scholte
另请参阅: