标签:style blog color io java ar for div sp
built-in annotations, defined in java.lang:
@Override
@Deprecated
@SuppressWarnings
The meta-annotations are for annotating annotations:
@Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Test {} ///:~
标签:style blog color io java ar for div sp
原文地址:http://www.cnblogs.com/thlzhf/p/3952229.html