| Name | Package | Description |
| After | org.codehaus.aspectwerkz.annotation | Annotation for after advice |
| AfterFinally | org.codehaus.aspectwerkz.annotation | Annotation for after finally advice |
| AfterReturning | org.codehaus.aspectwerkz.annotation | Annotation for after returning advice |
| AfterThrowing | org.codehaus.aspectwerkz.annotation | Annotation for after throwing advice |
| Around | org.codehaus.aspectwerkz.annotation | Annotation for around advice |
| Aspect | org.codehaus.aspectwerkz.annotation | Annotation for Aspect (optional) |
| Before | org.codehaus.aspectwerkz.annotation | Annotation for before advice |
| Execution | org.codehaus.aspectwerkz.annotation | No description provided. |
| Expression | org.codehaus.aspectwerkz.annotation | Annotation for pointcut
TODO: rename to Pointcut and remove pointcut as field ?? |
| Introduce | org.codehaus.aspectwerkz.annotation | No description provided. |
| Mixin | org.codehaus.aspectwerkz.annotation | Mixin annotation
Annotate the mixin implementation class |
| Not | org.codehaus.aspectwerkz.annotation | No description provided. |
| Within | org.codehaus.aspectwerkz.annotation | No description provided. |