ann
冰是没有未来的,因为它的永恒
posts - 107,comments - 34,trackbacks - 0
have a little testcase:

        Class enumClass = TestEnum.class;
        System.out.println(TestEnum.我);
        Method method = null;
        method = enumClass.getDeclaredMethod("values", new Class[0]);
        Object[] values = (Object[]) method.invoke(null, new Object[0]);
        Assert.assertTrue(values.length > 0);
        System.out.println(values[0]);

The method invocation blows out and complains  uncompilable code

The reason seems to be related to 
- auto compile on save 
- anto deploy on save 

feature: when they're turned off the problem went away! So weird!
posted on 2009-06-13 14:38 冰是没有未来的,因为它的永恒 阅读(137) 评论(0)  编辑  收藏 所属分类: java

当下,把心放下 放下如果是可能的,那一定是在当下,
不在过去,也不在未来。
当下放下。唯有活在当下,你的问题才能放下。