public interface BeanInfo
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> metric) |
String |
getPackageName() |
String |
getSimpleName() |
BeanInfo |
getSuperclass()
Returns BeanInfo of its superclass or null if there is no superclass.
|
<T extends Annotation> |
isAnnotationPresent(Class<T> metric) |
String getSimpleName()
String getPackageName()
<T extends Annotation> AnnotationInfo getAnnotation(Class<T> metric)
<T extends Annotation> boolean isAnnotationPresent(Class<T> metric)
BeanInfo getSuperclass()
Copyright © 2018–2022. All rights reserved.