net.sf.staccatocommons.instrument.context
Interface ClassAnnotationContext

All Superinterfaces:
AnnotationContext
All Known Implementing Classes:
DefaultClassAnnotationContext

public interface ClassAnnotationContext
extends AnnotationContext

The context of an annotated class

Author:
flbulgarelli

Method Summary
 javassist.CtClass getAnnotatedClass()
          Answers the annotated class
 
Methods inherited from interface net.sf.staccatocommons.instrument.context.AnnotationContext
getClass, getClassPool, getDeclaringClass, getElementType, getPackage, isPublic, logDebugMessage, logErrorMessage, logInfoMessage, logWarnMessage
 

Method Detail

getAnnotatedClass

@NonNull
javassist.CtClass getAnnotatedClass()
Answers the annotated class

Returns:
the class


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.