public interface org.junit.jupiter.api.MethodDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.junit.jupiter.api.MethodDescriptor
  super_class: java.lang.Object
{
  public abstract java.lang.reflect.Method getMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isAnnotated(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Z
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> java.util.Optional<A> findAnnotation(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Optional;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Ljava/util/Optional<TA;>;
    MethodParameters:
                Name  Flags
      annotationType  

  public abstract <A extends java.lang.annotation.Annotation> java.util.List<A> findRepeatableAnnotations(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)Ljava/util/List<TA;>;
    MethodParameters:
                Name  Flags
      annotationType  
}
SourceFile: "MethodDescriptor.java"
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
    RuntimeVisibleAnnotations: 
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.EXPERIMENTAL:Lorg/apiguardian/api/API$Status;, since = "5.4")