org.jboss.aop.joinpoint
Interface IConstructionInfo

All Superinterfaces:
IJoinPointInfo
All Known Implementing Classes:
ConstructionInfo

public interface IConstructionInfo
extends IJoinPointInfo

Represents a call made on a constructor woven with the construction syntax

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.