public final class JavaClassAnnotationUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
doesAnnotationExist(String simpleAnnotationName,
com.thoughtworks.qdox.model.JavaClass javaClass) |
static Class<?> |
extractXmlEnumValue(com.thoughtworks.qdox.model.JavaClass javaClass)
Extract the value of the XmlEnum annotation from the class provided.
|
public static boolean doesAnnotationExist(String simpleAnnotationName, com.thoughtworks.qdox.model.JavaClass javaClass)
public static Class<?> extractXmlEnumValue(com.thoughtworks.qdox.model.JavaClass javaClass)
javaClass
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.