| Package | Description |
|---|---|
| org.aspectj.lang |
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
|
| org.aspectj.lang.reflect |
Contains interfaces that extend
Signature to provide
additional information about each possible join point signature. |
| org.aspectj.runtime.internal | |
| org.aspectj.runtime.reflect |
| Class and Description |
|---|
| JoinPoint
Provides reflective access to both the state available at a join point and
static information about it.
|
| JoinPoint.StaticPart
This helper object contains only the static information about a join point.
|
| NoAspectBoundException
Thrown by the
aspectOf special method on aspect types
when there is no aspect of that type currently bound. |
| Signature
Represents the signature at a join point.
|
| Class and Description |
|---|
| Signature
Represents the signature at a join point.
|
| Class and Description |
|---|
| ProceedingJoinPoint
ProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects
|
| Class and Description |
|---|
| JoinPoint
Provides reflective access to both the state available at a join point and
static information about it.
|
| JoinPoint.EnclosingStaticPart |
| JoinPoint.StaticPart
This helper object contains only the static information about a join point.
|
| Signature
Represents the signature at a join point.
|
Copyright © 2019. All rights reserved.