Class ReflectAnnotatedElementImpl

java.lang.Object
org.teavm.metaprogramming.impl.reflect.ReflectAnnotatedElementImpl
All Implemented Interfaces:
org.teavm.metaprogramming.reflect.ReflectAnnotatedElement

public class ReflectAnnotatedElementImpl extends Object implements org.teavm.metaprogramming.reflect.ReflectAnnotatedElement
  • Constructor Details

    • ReflectAnnotatedElementImpl

      public ReflectAnnotatedElementImpl(ReflectContext context, org.teavm.model.AnnotationContainerReader annotationContainer)
  • Method Details

    • getAnnotation

      public <S extends Annotation> S getAnnotation(Class<S> type)
      Specified by:
      getAnnotation in interface org.teavm.metaprogramming.reflect.ReflectAnnotatedElement