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