| 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 |
toString() |
public String getSimpleName()
getSimpleName in interface BeanInfopublic String getPackageName()
getPackageName in interface BeanInfopublic <T extends Annotation> AnnotationInfo getAnnotation(Class<T> metric)
getAnnotation in interface BeanInfopublic <T extends Annotation> boolean isAnnotationPresent(Class<T> metric)
isAnnotationPresent in interface BeanInfopublic BeanInfo getSuperclass()
BeanInfogetSuperclass in interface BeanInfoCopyright © 2018–2019. All rights reserved.