Define a annotation 定义注解标记
Returns all annotations of a class or its instance. 返回类或实例的所有注解名
Returns the type of an object property. 返回实例的字段的类型
Returns the value of an annotation on a class. 返回类的注解的值
Gets the value of an annotation on a class's property. 返回实例属性的注解的值
True when the class or its property has the annotation. 某个类或实例是否有指定的注解
a class instance
Sets the value of an annotation on a class. 给类的注解赋值
Sets the value of an annotation on a class's property. 给实例的属性注解赋值
Annotation helper 注解工具类