1 2 3 4 5 6 7 8
package g.h.i; import d.e.f.*; public class B { @Color("red") public void b() { System.err.println("g.h.i.B.b running");} }