-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathannotation.properties
executable file
·23 lines (19 loc) · 1.03 KB
/
annotation.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################################
# AspectWerkz annotation alias for use with Java 1.4
#
# Use with "-config annotation.properties" when using
# backport175 AnnotationC command / task.
#
# You can change this file to f.e. prefix AspectWerkz annotations
# in your source files with "aw." etc
#################################################################
Expression = org.codehaus.aspectwerkz.annotation.Expression
Aspect = org.codehaus.aspectwerkz.annotation.Aspect
Introduce = org.codehaus.aspectwerkz.annotation.Introduce
Mixin = org.codehaus.aspectwerkz.annotation.Mixin
Before = org.codehaus.aspectwerkz.annotation.Before
Around = org.codehaus.aspectwerkz.annotation.Around
After = org.codehaus.aspectwerkz.annotation.After
AfterReturning = org.codehaus.aspectwerkz.annotation.AfterReturning
AfterThrowing = org.codehaus.aspectwerkz.annotation.AfterThrowing
AfterFinally = org.codehaus.aspectwerkz.annotation.AfterFinally