summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/args/DeclareEoW.java
blob: b5c58a013b0ccde34701f564770d8c35687b0ea9 (plain)
1
2
3
4
5
public aspect DeclareEoW {
	
	declare warning : @args(MyAnnotation) : "@args is not allowed in declares...";
	
}