org.stjs.generator.javac
Class AnnotationHelper

java.lang.Object
  extended by org.stjs.generator.javac.AnnotationHelper

public final class AnnotationHelper
extends Object


Method Summary
static
<T extends Annotation>
T
getAnnotation(Elements elements, Element element, Class<T> annotationType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotation

public static <T extends Annotation> T getAnnotation(Elements elements,
                                                     Element element,
                                                     Class<T> annotationType)


Copyright © 2014. All Rights Reserved.