标签:span targe 方法 ima 注解 height tty time src
1、注解:也是一种特殊的类
2、元注解:注解的注解
@Retention(RetentionPolicy.RUNTIME)//注解保留到运行时 public @interface A{}
@Target({ElementType.METHOD,ElementType.TYPE})//该注解表示用在哪里。方法还是类上。
3、为注解增加属性
标签:span targe 方法 ima 注解 height tty time src
原文地址:http://www.cnblogs.com/xianjava/p/6110533.html