现在位置 >首页 > annotation
0℃
2013年03月15日 基础知识 ⁄ 被围观 4,054 views+
自定义Annotation概念篇 来看一个最简单的annotation Source code   package com.jianbage.java.annotation;   import java.lang.annotation.Documented;   import java.lang.annotation.ElementType;   import java.lang.annotation.Retention;   importjava.lang.annotation.RetentionPolicy;   import java.lang.annotation.Target;   @Target(ElementType.TYPE)   @Retention(RetentionPolicy.RUNTIME)   @Documented   public...
阅读全文

无觅相关文章插件,快速提升流量