public class ParameterAnnotationsAttribute extends Attribute
Modifier and Type | Class and Description |
---|---|
static class |
ParameterAnnotationsAttribute.Type |
Constructor and Description |
---|
ParameterAnnotationsAttribute(ParameterAnnotationsAttribute.Type type,
ConstPool constPool,
int noParameters) |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(int parameter,
Annotation annotation) |
void |
addAnnotation(int parameter,
ClassAnnotation annotation) |
void |
writeData(ByteArrayDataOutputStream stream) |
public ParameterAnnotationsAttribute(ParameterAnnotationsAttribute.Type type, ConstPool constPool, int noParameters)
public void writeData(ByteArrayDataOutputStream stream) throws IOException
writeData
in class Attribute
IOException
public void addAnnotation(int parameter, Annotation annotation)
public void addAnnotation(int parameter, ClassAnnotation annotation)
Copyright © 2018 JBoss by Red Hat. All rights reserved.