org.jboss.aop.joinpoint
Class ConstructorJoinpoint

java.lang.Object
  extended by org.jboss.aop.joinpoint.ConstructorJoinpoint
All Implemented Interfaces:
Joinpoint

public class ConstructorJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 37406 $
Author:
Bill Burke

Constructor Summary
ConstructorJoinpoint(Constructor con)
           
 
Method Summary
 boolean equals(Object o)
           
 Constructor getConstructor()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorJoinpoint

public ConstructorJoinpoint(Constructor con)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getConstructor

public Constructor getConstructor()


Copyright © 2004 JBoss Inc. All Rights Reserved.