1 2 3 4 5 6 7 8 9
package q; import p.Code; public aspect Asp { static int I = 5; //before():staticinitialization(Code){} }