summaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj/coverage/Test038.java
blob: 441788c9cb66d6cdd9cc40f9d136ce5e8794362b (plain)
1
2
3
4
5
6
// "isPrivileged=truu misspelling"

import org.aspectj.lang.annotation.*;

@Aspect(isPrivileged=truu)
class Foo {}