1 2 3 4 5 6 7 8 9
import a.b.c.A; import d.e.f.*; public aspect X3 { declare parents: @Color * implements java.io.Serializable; }