public class ParameterAnnotationsAttributeEditor extends Object
| Constructor and Description |
|---|
ParameterAnnotationsAttributeEditor(ParameterAnnotationsAttribute targetParameterAnnotationsAttribute)
Creates a new ParameterAnnotationsAttributeEditor that will edit
annotations in the given parameter annotations attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(int parameterIndex,
Annotation annotation)
Adds a given annotation to the annotations attribute.
|
public ParameterAnnotationsAttributeEditor(ParameterAnnotationsAttribute targetParameterAnnotationsAttribute)
public void addAnnotation(int parameterIndex,
Annotation annotation)
Copyright © 2015. All Rights Reserved.