您的位置:首页 > 其它

@TypeQualifier

2018-02-27 11:44 621 查看
@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
用于注解上,用来标识这个注解应该被当作 类型限定符
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息