|
||||||||||
�O���p�b�P�[�W �����p�b�P�[�W | �t���[������ �t���[������ |
�Q��:
����
�C���^�t�F�[�X���T�v | |
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. |
Signature | Represents the signature at a join point. |
���O���T�v | |
NoAspectBoundException | Thrown by the aspectOf(..) |
SoftException | Wrapper for checked exceptions matched by a 'declare soft'. |
Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code.
JoinPoint
and Signature
provide reflective
information about a join point. Instances of these interfaces are
available inside of advice
with the special variables
thisJoinPoint
, thisJoinPointStaticPart
, and
thisEnclosingJoinPointStaticPart
.
|
||||||||||
�O���p�b�P�[�W �����p�b�P�[�W | �t���[������ �t���[������ |