org.aspectj/tests/bugs152/pr148536/Bug.java
2006-06-25 17:59:34 +00:00

3 lines
69 B
Java

public aspect Bug {
declare @type : Bug+ : @SomeAnnotation;
}