| Name | Package | Description |
| Advice | org.codehaus.aspectwerkz.intercept | No description provided. |
| Advisable | org.codehaus.aspectwerkz.intercept | The advisable interface is introduced to target class made advisable. |
| AfterAdvice | org.codehaus.aspectwerkz.intercept | No description provided. |
| AfterReturningAdvice | org.codehaus.aspectwerkz.intercept | No description provided. |
| AfterThrowingAdvice | org.codehaus.aspectwerkz.intercept | No description provided. |
| Annotation | org.codehaus.aspectwerkz.annotation | Marker interface for all annotation dynamic proxy implementations. |
| AnnotationDefault | org.codehaus.aspectwerkz.annotation | A custom annotation-like to host AnnotationDefault attribute that host annotation defaulted values
Note: Java 5 does not handles this as an annotation but as an attribute so this information
will be visible in ASMClassInfo as an annotation but it is not a real one (fe won't extend Java 5 Annotation etc) |
| AnnotationParserConstants | org.codehaus.aspectwerkz.annotation.expression.ast | No description provided. |
| AnnotationParserTreeConstants | org.codehaus.aspectwerkz.annotation.expression.ast | No description provided. |
| AnnotationParserVisitor | org.codehaus.aspectwerkz.annotation.expression.ast | No description provided. |
| AroundAdvice | org.codehaus.aspectwerkz.intercept | No description provided. |
| AspectContainer | org.codehaus.aspectwerkz.aspect | Interface for that all aspect container implementations must implement. |
| AspectModel | org.codehaus.aspectwerkz.transform.inlining.spi | TODO document |
| AttributeEnhancer | org.codehaus.aspectwerkz.annotation.instrumentation | Enhances a classes with attributes. |
| BeforeAdvice | org.codehaus.aspectwerkz.intercept | No description provided. |
| CatchClauseRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the catch clause RTTI (Runtime Type Information). |
| CatchClauseSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the catch clause signature. |
| ClassInfo | org.codehaus.aspectwerkz.reflect | Interface for the class info implementations. |
| ClassLoaderPreProcessor | org.codehaus.aspectwerkz.hook | Implement to be the java.lang.ClassLoader pre processor. |
| ClassPreProcessor | org.codehaus.aspectwerkz.hook | Implement to be a class PreProcessor in the AspectWerkz univeral loading architecture. |
| CodeRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the code RTTI (Runtime Type Information). |
| CodeSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the code signature (method and constructor). |
| Compiler | org.codehaus.aspectwerkz.transform | Generic interface for the code generation compilers used in the AspectWerkz weaver. |
| ConstructorInfo | org.codehaus.aspectwerkz.reflect | Interface for the constructor info implementations. |
| ConstructorRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the constructor RTTI (Runtime Type Information). |
| ConstructorSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the constructor signature. |
| Context | org.codehaus.aspectwerkz.transform | Interface for the different transformation context implementations. |
| CustomAttribute | org.codehaus.aspectwerkz.annotation.instrumentation.asm | Custom annotation wrapper annotation. |
| EnclosingStaticJoinPoint | org.codehaus.aspectwerkz.joinpoint | Implements the join point concept, e.g. |
| ExpressionParserConstants | org.codehaus.aspectwerkz.expression.ast | No description provided. |
| ExpressionParserTreeConstants | org.codehaus.aspectwerkz.expression.ast | No description provided. |
| ExpressionParserVisitor | org.codehaus.aspectwerkz.expression.ast | No description provided. |
| FieldInfo | org.codehaus.aspectwerkz.reflect | Interface for the field info implementations. |
| FieldRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the field RTTI (Runtime Type Information). |
| FieldSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the field signature. |
| HasInstanceLevelAspect | org.codehaus.aspectwerkz.aspect.management | Interface throught the runtime system can retrieve instance level aspects for a specific target instance. |
| Invoker | org.codehaus.aspectwerkz.connectivity | Invokes the method for an instance mapped to a specific handle. |
| JoinPoint | org.codehaus.aspectwerkz.joinpoint | Implements the join point concept, e.g. |
| MemberInfo | org.codehaus.aspectwerkz.reflect | Marker interface for the member info classes (field and method). |
| MemberRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the member RTTI (Runtime Type Information). |
| MemberSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the member signatures (method, constructor and field). |
| MethodInfo | org.codehaus.aspectwerkz.reflect | Interface for the method info implementations. |
| MethodRtti | org.codehaus.aspectwerkz.joinpoint | Interface for the method RTTI (Runtime Type Information). |
| MethodSignature | org.codehaus.aspectwerkz.joinpoint | Interface for the method signature. |
| MixinFactory | org.codehaus.aspectwerkz.aspect | Interface for that all mixin factories must implement. |
| Node | org.codehaus.aspectwerkz.annotation.expression.ast | No description provided. |
| Node | org.codehaus.aspectwerkz.expression.ast | No description provided. |
| Redefiner | org.codehaus.aspectwerkz.transform.inlining.deployer | Interface that all "redefiner" implementations should implement. |
| ReflectionInfo | org.codehaus.aspectwerkz.reflect | Base interface for the reflection info hierarchy. |
| Rtti | org.codehaus.aspectwerkz.joinpoint | Holds static and reflective information about the join point (Runtime Type Information). |
| Signature | org.codehaus.aspectwerkz.joinpoint | Provides static and reflective information about the join point. |
| StaticInitializationInfo | org.codehaus.aspectwerkz.reflect | Marker interface for staticinitializer member info. |
| StaticJoinPoint | org.codehaus.aspectwerkz.joinpoint | Implements the join point concept, e.g. |
| TransformationConstants | org.codehaus.aspectwerkz.transform | Interface with common constants used in the transformation process. |
| UntypedAnnotation | org.codehaus.aspectwerkz.annotation | Untyped annotation interface. |
| WeavingStrategy | org.codehaus.aspectwerkz.transform | Interface that all the weaving strategy implementations must implement. |