Interface MethodWrapper
-
- All Known Implementing Classes:
MethodWrapperImpl
public interface MethodWrapperWraps a java.lang.reflect.Method but has an equals and hashCode that honors the class hierarchy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()Returns the method associated with this wrapper
-