10 2016 档案

java中注解的使用与实例
摘要:1、spring中的一段代码: @Target(ElementType.PARAMETER)@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface RequestParam { String value() default "" 阅读全文

posted @ 2016-10-24 09:54 自由灵 阅读(602) 评论(0) 推荐(0)

导航