Library:AspectWerkz
Version:2.0
Compatibility:JDK 1.5
Interfaces in library AspectWerkz.
NamePackageDescription
Adviceorg.codehaus.aspectwerkz.interceptNo description provided.
Advisableorg.codehaus.aspectwerkz.interceptThe advisable interface is introduced to target class made advisable.
AfterAdviceorg.codehaus.aspectwerkz.interceptNo description provided.
AfterReturningAdviceorg.codehaus.aspectwerkz.interceptNo description provided.
AfterThrowingAdviceorg.codehaus.aspectwerkz.interceptNo description provided.
Annotationorg.codehaus.aspectwerkz.annotationMarker interface for all annotation dynamic proxy implementations.
AnnotationDefaultorg.codehaus.aspectwerkz.annotationA 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)
AnnotationParserConstantsorg.codehaus.aspectwerkz.annotation.expression.astNo description provided.
AnnotationParserTreeConstantsorg.codehaus.aspectwerkz.annotation.expression.astNo description provided.
AnnotationParserVisitororg.codehaus.aspectwerkz.annotation.expression.astNo description provided.
AroundAdviceorg.codehaus.aspectwerkz.interceptNo description provided.
AspectContainerorg.codehaus.aspectwerkz.aspectInterface for that all aspect container implementations must implement.
AspectModelorg.codehaus.aspectwerkz.transform.inlining.spiTODO document
AttributeEnhancerorg.codehaus.aspectwerkz.annotation.instrumentationEnhances a classes with attributes.
BeforeAdviceorg.codehaus.aspectwerkz.interceptNo description provided.
CatchClauseRttiorg.codehaus.aspectwerkz.joinpointInterface for the catch clause RTTI (Runtime Type Information).
CatchClauseSignatureorg.codehaus.aspectwerkz.joinpointInterface for the catch clause signature.
ClassInfoorg.codehaus.aspectwerkz.reflectInterface for the class info implementations.
ClassLoaderPreProcessororg.codehaus.aspectwerkz.hookImplement to be the java.lang.ClassLoader pre processor.
ClassPreProcessororg.codehaus.aspectwerkz.hookImplement to be a class PreProcessor in the AspectWerkz univeral loading architecture.
CodeRttiorg.codehaus.aspectwerkz.joinpointInterface for the code RTTI (Runtime Type Information).
CodeSignatureorg.codehaus.aspectwerkz.joinpointInterface for the code signature (method and constructor).
Compilerorg.codehaus.aspectwerkz.transformGeneric interface for the code generation compilers used in the AspectWerkz weaver.
ConstructorInfoorg.codehaus.aspectwerkz.reflectInterface for the constructor info implementations.
ConstructorRttiorg.codehaus.aspectwerkz.joinpointInterface for the constructor RTTI (Runtime Type Information).
ConstructorSignatureorg.codehaus.aspectwerkz.joinpointInterface for the constructor signature.
Contextorg.codehaus.aspectwerkz.transformInterface for the different transformation context implementations.
CustomAttributeorg.codehaus.aspectwerkz.annotation.instrumentation.asmCustom annotation wrapper annotation.
EnclosingStaticJoinPointorg.codehaus.aspectwerkz.joinpointImplements the join point concept, e.g.
ExpressionParserConstantsorg.codehaus.aspectwerkz.expression.astNo description provided.
ExpressionParserTreeConstantsorg.codehaus.aspectwerkz.expression.astNo description provided.
ExpressionParserVisitororg.codehaus.aspectwerkz.expression.astNo description provided.
FieldInfoorg.codehaus.aspectwerkz.reflectInterface for the field info implementations.
FieldRttiorg.codehaus.aspectwerkz.joinpointInterface for the field RTTI (Runtime Type Information).
FieldSignatureorg.codehaus.aspectwerkz.joinpointInterface for the field signature.
HasInstanceLevelAspectorg.codehaus.aspectwerkz.aspect.managementInterface throught the runtime system can retrieve instance level aspects for a specific target instance.
Invokerorg.codehaus.aspectwerkz.connectivityInvokes the method for an instance mapped to a specific handle.
JoinPointorg.codehaus.aspectwerkz.joinpointImplements the join point concept, e.g.
MemberInfoorg.codehaus.aspectwerkz.reflectMarker interface for the member info classes (field and method).
MemberRttiorg.codehaus.aspectwerkz.joinpointInterface for the member RTTI (Runtime Type Information).
MemberSignatureorg.codehaus.aspectwerkz.joinpointInterface for the member signatures (method, constructor and field).
MethodInfoorg.codehaus.aspectwerkz.reflectInterface for the method info implementations.
MethodRttiorg.codehaus.aspectwerkz.joinpointInterface for the method RTTI (Runtime Type Information).
MethodSignatureorg.codehaus.aspectwerkz.joinpointInterface for the method signature.
MixinFactoryorg.codehaus.aspectwerkz.aspectInterface for that all mixin factories must implement.
Nodeorg.codehaus.aspectwerkz.annotation.expression.astNo description provided.
Nodeorg.codehaus.aspectwerkz.expression.astNo description provided.
Redefinerorg.codehaus.aspectwerkz.transform.inlining.deployerInterface that all "redefiner" implementations should implement.
ReflectionInfoorg.codehaus.aspectwerkz.reflectBase interface for the reflection info hierarchy.
Rttiorg.codehaus.aspectwerkz.joinpointHolds static and reflective information about the join point (Runtime Type Information).
Signatureorg.codehaus.aspectwerkz.joinpointProvides static and reflective information about the join point.
StaticInitializationInfoorg.codehaus.aspectwerkz.reflectMarker interface for staticinitializer member info.
StaticJoinPointorg.codehaus.aspectwerkz.joinpointImplements the join point concept, e.g.
TransformationConstantsorg.codehaus.aspectwerkz.transformInterface with common constants used in the transformation process.
UntypedAnnotationorg.codehaus.aspectwerkz.annotationUntyped annotation interface.
WeavingStrategyorg.codehaus.aspectwerkz.transformInterface that all the weaving strategy implementations must implement.
Search