Class AttributeParameterAnnotations
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.AttributeParameterAnnotations
-
-
Field Summary
Fields Modifier and Type Field Description protected Annotations[]
parameterAnnotations
-
Constructor Summary
Constructors Constructor Description AttributeParameterAnnotations(Annotations[] parameterAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotations[]
getParameterAnnotations()
-
-
-
Field Detail
-
parameterAnnotations
protected Annotations[] parameterAnnotations
-
-
Constructor Detail
-
AttributeParameterAnnotations
public AttributeParameterAnnotations(Annotations[] parameterAnnotations)
-
-
Method Detail
-
getParameterAnnotations
public Annotations[] getParameterAnnotations()
-
-