public class Parameter extends Object implements AnnotatedElement
| Constructor and Description |
|---|
Parameter(Annotation[] annotations,
Class<?> type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
Class<?> |
getType() |
Object |
getValue() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
public Parameter(Annotation[] annotations, Class<?> type, Object value)
public Class<?> getType()
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface AnnotatedElementpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic Object getValue()
Copyright © 2014-2015 Tomitribe Corporation. All Rights Reserved.