final class ConstructorReplacement extends Object
| Constructor and Description |
|---|
ConstructorReplacement() |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType |
getAnnotatedReturnType() |
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getDeclaringClass() |
public Class<?> getDeclaringClass()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public Annotation[] getDeclaredAnnotations()
public AnnotatedType getAnnotatedReturnType()
Copyright © 2020 JBoss by Red Hat. All rights reserved.