public class AnnotatedType<T extends Annotation> extends Object
| Constructor and Description |
|---|
AnnotatedType(Class<?> annotatedClass,
T annotation) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getAnnotatedClass() |
T |
getAnnotation() |
Object |
getHostObject() |
void |
instantiate() |
public void instantiate()
throws NoSuchMethodException,
IllegalAccessException,
InvocationTargetException,
InstantiationException
public Class<?> getAnnotatedClass()
public T getAnnotation()
public Object getHostObject()
Copyright © 2019 SMYLD. All rights reserved.