summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/AnnotationAspect05.aj
blob: 1c5cf4b89cf17452c02eddbecad6b6ef23a00f0a (plain)
1
2
3
4
5
6
import java.lang.annotation.Annotation;

public aspect AnnotationAspect05 {
  declare parents: SimpleA* implements java.io.Serializable;

}