org.jboss.aop.joinpoint
Interface IConstructorInfo

All Superinterfaces:
IJoinPointInfo
All Known Implementing Classes:
ConstructorInfo

public interface IConstructorInfo
extends IJoinPointInfo

Represents a contructor call with an execution pointcut

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Constructor getConstructor()
          Gets the constructor being called
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getConstructor

Constructor getConstructor()
Gets the constructor being called



Copyright © 2004 JBoss Inc. All Rights Reserved.