import com.aionemu.commons.scripting.metadata.OnClassLoad;
import com.aionemu.commons.scripting.metadata.OnClassUnload;
import com.aionemu.commons.scripting.ScriptManagerTest;
public class TestOnClassLoadAndUnload {
@OnClassLoad
public static void onClassLoad(){
System.getProperties().setProperty(ScriptManagerTest.SYSTEM_PROPERTY_KEY_CLASS_LOADED, "true");
}
@OnClassUnload
public static void onClassUnload(){
System.getProperties().setProperty(ScriptManagerTest.SYSTEM_PROPERTY_KEY_CLASS_UNLOADED, "true");
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
102,949 |
2 |
![]() |
58,079 |
3 |
![]() |
51,771 |
4 |
![]() |
36,923 |
5 |
![]() |
35,011 |
6 |
![]() |
29,969 |
7 |
![]() |
29,470 |
8 |
![]() |
29,077 |
9 |
![]() |
28,199 |
10 |
![]() |
17,020 |