黑马程序员技术交流社区

标题: 为什么我的运行结果为null? [打印本页]

作者: 雪碧拌米饭    时间: 2014-4-8 03:47
标题: 为什么我的运行结果为null?
本帖最后由 雪碧拌米饭 于 2014-4-23 09:01 编辑

@Deprecated
public class AnnotationTest {

        /**
         * @param args
         */

        @SuppressWarnings("deprecation")
        
        public static void main(String[] args){

                System.runFinalizersOnExit(true);
                if(AnnotationTest.class.isAnnotationPresent(Deprecated.class)){
                        Deprecated annocation = (Deprecated)Deprecated.class.getAnnotation(Deprecated.class);
                        
                        System.out.println(annocation);
                }
               
               
        }


作者: 雪碧拌米饭    时间: 2014-4-8 16:32
啊,我好糊涂啊!




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2