@Beta public final class Parameter extends Object implements AnnotatedElement
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| <A extends Annotation>  | getAnnotation(Class<A> annotationType) | 
| Annotation[] | getAnnotations() | 
| <A extends Annotation>  | getAnnotationsByType(Class<A> annotationType) | 
| <A extends Annotation>  | getDeclaredAnnotation(Class<A> annotationType) | 
| Annotation[] | getDeclaredAnnotations() | 
| <A extends Annotation>  | getDeclaredAnnotationsByType(Class<A> annotationType) | 
| Invokable<?,?> | getDeclaringInvokable()Returns the  Invokablethat declares this parameter. | 
| TypeToken<?> | getType()Returns the type of the parameter. | 
| int | hashCode() | 
| boolean | isAnnotationPresent(Class<? extends Annotation> annotationType) | 
| String | toString() | 
public Invokable<?,?> getDeclaringInvokable()
Invokable that declares this parameter.public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface AnnotatedElement@Nullable public <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElement@Nullable public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationType)
public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationType)
Copyright © 2010-2015. All Rights Reserved.