Interface ReflectAnnotatedElement

All Known Subinterfaces:
ReflectClass<T>, ReflectField, ReflectMember, ReflectMethod

public interface ReflectAnnotatedElement
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Annotation>
    T
    getAnnotation​(Class<T> type)
     
  • Method Details

    • getAnnotation

      <T extends Annotation> T getAnnotation(Class<T> type)