AnnotationFinder.Info
public class AnnotationFinder.ParameterInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor | Description |
---|---|
ParameterInfo(AnnotationFinder.MethodInfo parent,
int index) |
|
ParameterInfo(AnnotationFinder.MethodInfo parent,
Parameter<?> parameter) |
Modifier and Type | Method | Description |
---|---|---|
Parameter<?> |
get() |
|
Annotation[] |
getDeclaredAnnotations() |
|
AnnotationFinder.MethodInfo |
getDeclaringMethod() |
|
String |
getName() |
|
String |
toString() |
getAnnotations, getMetaAnnotationName
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–2018. All rights reserved.