public class AnnotationValueList extends Object implements AnnotationValue
| Constructor and Description |
|---|
AnnotationValueList(List valueList) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String). |
List |
getValueList() |
String |
toString() |
public AnnotationValueList(List valueList)
public List getValueList()
public Object accept(AnnotationVisitor visitor)
AnnotationValueaccept in interface AnnotationValuevisitor - Visitorpublic Object getParameterValue()
AnnotationValueAnnotation.getNamedParameter(String).getParameterValue in interface AnnotationValueCopyright © 2002–2017. All rights reserved.