org.apache.commons.proxy.factory.util
Class MethodSignature
java.lang.Object
org.apache.commons.proxy.factory.util.MethodSignature
public class MethodSignature
- extends Object
A class for capturing the signature of a method (its name and parameter types).
- Since:
- 1.0
- Author:
- James Carman
MethodSignature
public MethodSignature(Method method)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.