public final class ParameterBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomAnnotation(AnnotationBuilder<? extends java.lang.annotation.Annotation> annotation) |
com.strobel.core.ReadOnlyList<AnnotationBuilder<? extends java.lang.annotation.Annotation>> |
getCustomAnnotations() |
java.lang.String |
getName() |
Type<?> |
getParameterType() |
int |
getPosition() |
public void addCustomAnnotation(AnnotationBuilder<? extends java.lang.annotation.Annotation> annotation)
public com.strobel.core.ReadOnlyList<AnnotationBuilder<? extends java.lang.annotation.Annotation>> getCustomAnnotations()
public java.lang.String getName()
public Type<?> getParameterType()
public int getPosition()