public class AnnotationFinder.ParameterInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor and Description |
---|
ParameterInfo(AnnotationFinder.MethodInfo parent,
int index) |
ParameterInfo(AnnotationFinder.MethodInfo parent,
Parameter<?> parameter) |
Modifier and Type | Method and Description |
---|---|
Parameter<?> |
get() |
Annotation[] |
getDeclaredAnnotations() |
AnnotationFinder.MethodInfo |
getDeclaringMethod() |
String |
getName() |
String |
toString() |
getAnnotations, getMetaAnnotationName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations, getMetaAnnotationName
public ParameterInfo(AnnotationFinder.MethodInfo parent, int index)
public ParameterInfo(AnnotationFinder.MethodInfo parent, Parameter<?> parameter)
public String getName()
getName
in interface AnnotationFinder.Info
public Parameter<?> get() throws ClassNotFoundException
ClassNotFoundException
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotationFinder.Info
getDeclaredAnnotations
in class AnnotationFinder.Annotatable
public AnnotationFinder.MethodInfo getDeclaringMethod()
Copyright © 2005–2015. All rights reserved.