Package org.codehaus.aspectwerkz.annotation

Interface Summary
Annotation Marker interface for all annotation proxy implementations.
ParameterizedAnnotationProxy An interface for Annotation which needs to remember the call signature of the member they apply to.
 

Class Summary
AdviceAnnotationProxyBase The advice annotation proxy base.
AfterAnnotationProxy The 'After' annotation proxy.
AnnotationC

Annotation compiler.

AnnotationCTask AnnotationC Ant task.
AnnotationInfo Holds the annotation proxy instance and the name of the annotation.
AnnotationManager Parses and retrieves annotations.
Annotations Utility class for annotation retrieval.
AroundAnnotationProxy The 'Around' annotation proxy.
AspectAnnotationParser Extracts the aspects annotations from the class files and creates a meta-data representation of them.
AspectAnnotationProxy The aspect annotation proxy.
BeforeAnnotationProxy The 'Before' annotation proxy.
ExpressionAnnotationProxy The 'Expression' annotation proxy.
ImplementsAnnotationProxy The 'Implements' annotation proxy.
IntroduceAnnotationProxy The 'Introduce' annotation proxy.
TypedAnnotationProxy The base class for the typed annotation proxies.
UntypedAnnotationProxy Untyped annotation proxy.
 



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