net.sf.staccatocommons.instrument.context
Interface ConstructorAnnotationContext

All Superinterfaces:
AnnotationContext
All Known Implementing Classes:
DefaultConstructorAnnotationContext

public interface ConstructorAnnotationContext
extends AnnotationContext

The context of an annotated constructor

Author:
flbulgarelli

Method Summary
 javassist.CtConstructor getConstructor()
           
 
Methods inherited from interface net.sf.staccatocommons.instrument.context.AnnotationContext
getClass, getClassPool, getDeclaringClass, getElementType, getPackage, isPublic, logDebugMessage, logErrorMessage, logInfoMessage, logWarnMessage
 

Method Detail

getConstructor

@NonNull
javassist.CtConstructor getConstructor()
Returns:
the annotated constructor


Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.