Java Package.getAnnotation()方法用法实例教程。返回该元素的指定类型的注释,如果是这样的注释,否则返回null。

描述
java.lang.Package.getAnnotation(Class< A > annotationClass) 方法返回该元素的指定类型的注释,如果是这样的注释,否则返回null。

声明
public < A extends Annotation > A getAnnotation(Class< A > annotationClass)

参数
annotationClass 对应于注释类型的Class对象。

返回值
此方法返回该元素的注解在此元素的指定注释类型(如果存在),否则返回null。

异常
NullPointerException 如果给定的注释类是空的。IllegalMonitorStateException 如果当前线程不是这个对象监视器的所有者。


参考博客

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐