public class AnnotatedType<T extends Annotation> extends Object
| Constructor | Description |
|---|---|
AnnotatedType(Class<?> annotatedClass,
T annotation) |
| Modifier and Type | Method | 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.