org.jboss.aop.joinpoint
Class MethodCalledByConstructorJoinpoint
java.lang.Object
org.jboss.aop.joinpoint.MethodCalledByConstructorJoinpoint
- All Implemented Interfaces:
- Joinpoint
public class MethodCalledByConstructorJoinpoint
- extends Object
- implements Joinpoint
Comment
- Version:
- $Revision: 37406 $
- Author:
- Bill Burke
MethodCalledByConstructorJoinpoint
public MethodCalledByConstructorJoinpoint(Constructor calling,
Method called)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCalling
public Constructor getCalling()
getCalled
public Method getCalled()
Copyright © 2004 JBoss Inc. All Rights Reserved.