
Annotation
皮克桃在写代码
这个作者很懒,什么都没留下…
展开
-
Type Qualifier
在编程语言中,类型限定符(Type Qualifier)是一个关键之,用于修饰 类型(type)。维基百科中的解释: In the C, C++, and D programming languages, a type qualifier is a keyword that is applied to a type, resulting in a qualified type. For...原创 2018-02-27 11:43:09 · 946 阅读 · 0 评论 -
@TypeQualifier
@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)...原创 2018-02-27 11:44:48 · 586 阅读 · 0 评论 -
@TypeQualifierNickname
@TypeQualifierNickname: This annotation is applied to a annotation, and marks the annotation as being a qualifier nickname. Applying a nickname annotation X to a element Y should be interpreted as ha...原创 2018-02-27 11:46:12 · 2018 阅读 · 1 评论 -
@TypeQualifierDefault
@TypeQualifierDefault: This qualifier is applied to an annotation to denote that the annotation defines a default type qualifier that is visible within the scope of the element it is applied to.@...原创 2018-02-27 14:46:47 · 964 阅读 · 0 评论