我有下面的类试图在一个groovy的服务类中注入ResourceLoader。
extern "C" int _stdcall info(int aError, char * description, int *aLen)
我在博客中读到添加默认构造函数会避免NullPointerException: http://refaktor.blogspot.sg/2012/10/inconsistent-dependency-injection-to.html?showComment=1447150210108#c8899018499945470182
但仍然是ResourceLoader为null,我得到一个NullPointerException