Interface Annotated

All Known Implementing Classes:
Annotated.ClassAdapter

public interface Annotated
  • Method Details

    • hasAnnotation

      boolean hasAnnotation(Class<? extends Annotation> annotationClass)
    • getTypedAnnotation

      <A extends Annotation> A getTypedAnnotation(Class<A> annotationClass)