@TypeQualifier: This qualifier is applied to an annotation to denote that the annotation should be treated as a type qualifier.
@Documented
@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface TypeQualifier
TypeQualifier 用于注解上,用来标识这个注解应该被当作 类型限定符。

2113

被折叠的 条评论
为什么被折叠?



