Package org.codehaus.aspectwerkz.attribdef.definition.attribute

Interface Summary
Attribute Marker interface for the attribute implementations.
AttributeEnhancer Enhances a classes with attributes.
AttributeExtractor Methods that should be implemented in order to extract attributes associate with a class.
 

Class Summary
AbstractAdviceAttribute Abstract advice attribute class.
AfterAttribute Attribute for the after advice construct.
AroundAttribute Attribute for the Around Advice construct.
AspectAttribute Attribute for the AspectMetaData construct.
AspectAttributeParser Abstract base class for all the aspect attribute parsers to extend.
Attributes Retrieves attributes on class, method and field level Based on code from the Attrib4j project by Mark Pollack and Ted Neward (http://attrib4j.sourceforge.net/).
BeforeAttribute Attribute for the Before Advice construct.
CallAttribute Attribute for the call pointcut.
CFlowAttribute Attribute for the cflow pointcut.
ClassAttribute Attribute for the class pointcut.
CustomAttribute Attribute for the generic attributes defined by the user.
DefaultAspectAttributeParser Extracts the aspects attributes from the class files and creates a meta-data representation of them.
ExecutionAttribute Attribute for the execution pointcut.
GetAttribute Attribute for the get pointcut.
ImplementsAttribute Attribute for the Implements construct.
IntroduceAttribute Attribute for the inner class Introduction construct.
SetAttribute Attribute for the set pointcut.
ThrowsAttribute Attribute for the throws pointcut.
 



Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.