org.jboss.errai.processor
Class AnnotationProcessors
java.lang.Object
org.jboss.errai.processor.AnnotationProcessors
public class AnnotationProcessors
- extends Object
An indiscriminate dumping ground for static methods that help paper over the
missing functionality in the Java 6 Annotation Processing API.
Do your worst! :-)
- Author:
- jfuerth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasAnnotation
public static boolean hasAnnotation(Element target,
CharSequence annotationQualifiedName)
getAnnotation
public static AnnotationMirror getAnnotation(Element target,
CharSequence annotationQualifiedName)
getEnclosingTypeElement
public static TypeElement getEnclosingTypeElement(Element element)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.