aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/main/java/org/aspectj/lang/package.html
blob: a5fe7ae5dbc612695eb7b95b50daa83cc6b144ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
<p>
<code>JoinPoint</code> and <code>Signature</code> provide reflective
information about a join point.  Instances of these interfaces are
available inside of <code>advice</code> with the special variables
<code>thisJoinPoint</code>, <code>thisJoinPointStaticPart</code>, and
<code>thisEnclosingJoinPointStaticPart</code>.</p>

</body>
</html>