org.jboss.aop.joinpoint
Class ConstructorJoinpoint
java.lang.Object
org.jboss.aop.joinpoint.ConstructorJoinpoint
- All Implemented Interfaces:
- Joinpoint
public class ConstructorJoinpoint
- extends Object
- implements Joinpoint
Comment
- Version:
- $Revision: 70849 $
- Author:
- Bill Burke
ConstructorJoinpoint
public ConstructorJoinpoint(Constructor<?> con)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getConstructor
public Constructor<?> getConstructor()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.