public class AnnotationElementUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Element |
getFieldElement(Element annotationElement,
String name) |
static Element[] |
getFieldElements(Element annotationElement,
String name) |
static String |
getFieldValue(Element annotationElement,
String name) |
static String[] |
getFieldValues(Element annotationElement,
String name) |
Copyright © 2006–2014 Highsource. All rights reserved.