Appendix B. AspectJ Language Quick Reference
Aspect Declaration
[ privileged ] [ Modifiers ] aspect id
[extends Type] [implements TypeList]
[PerClause] { Body }
Table B.1. Per Clauses
Per Clause | Meaning |
---|---|
| One aspect instance. |
| One aspect instance for each unique object bound to Implicit condition: |
| One aspect instance for each unique object bound to Implicit condition: |
| One aspect instance for each control flow begun at a matched join point. Implicit condition: |
| One aspect instance for each ... |
Get Eclipse AspectJ: Aspect-Oriented Programming with AspectJ and the Eclipse AspectJ Development Tools now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.