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: 1.2 $
- Author:
- Bill Burke
MethodCalledByConstructorJoinpoint
public MethodCalledByConstructorJoinpoint(Constructor calling,
Method called)
equals
public boolean equals(Object o)
hashCode
public int hashCode()
getCalling
public Constructor getCalling()
getCalled
public Method getCalled()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.