org.codehaus.aspectwerkz.joinpoint
Interface ConstructorSignature

All Superinterfaces:
CodeSignature, MemberSignature, Serializable, Signature
All Known Implementing Classes:
ConstructorSignatureImpl

public interface ConstructorSignature
extends CodeSignature

Interface for the constructor signature.

Author:
Jonas BonŽr

Method Summary
 Constructor getConstructor()
          Returns the constructor.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.CodeSignature
getExceptionTypes, getParameterTypes
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.MemberSignature
getAnnotation, getAnnotationInfos, getAnnotations
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Signature
getDeclaringType, getModifiers, getName
 

Method Detail

getConstructor

Constructor getConstructor()
Returns the constructor.

Returns:
the constructor


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.