java命名空间java.lang类class<t>的类成员方法:
isannotationpresent定义及介绍
本文导语:
isannotationpresent
public boolean isannotationpresent(class
isannotationpresent
public boolean isannotationpresent(class extends annotation> annotationclass)
- 从接口
annotatedelement
复制的描述
- 如果指定类型的注释存在于此元素上,则返回 true,否则返回 false。此方法主要是为了便于访问标记注释而设计的。
- 指定者:
- 接口
annotatedelement
中的 isannotationpresent
- 参数:
annotationclass
- 对应于注释类型的 class 对象
- 返回:
- 如果指定注释类型的注释存在于此对象上,则返回 true,否则返回 false
- 抛出:
nullpointerexception
- 如果给定的注释类为 null- 从以下版本开始:
- 1.5