public interface org.junit.jupiter.api.IndicativeSentencesGeneration extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: org.junit.jupiter.api.IndicativeSentencesGeneration
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_SEPARATOR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: ", "

  public static final java.lang.Class<? extends org.junit.jupiter.api.DisplayNameGenerator> DEFAULT_GENERATOR;
    descriptor: Ljava/lang/Class;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<+Lorg/junit/jupiter/api/DisplayNameGenerator;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc Lorg/junit/jupiter/api/DisplayNameGenerator$Standard;
            putstatic org.junit.jupiter.api.IndicativeSentencesGeneration.DEFAULT_GENERATOR:Ljava/lang/Class;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.String separator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.Class<? extends org.junit.jupiter.api.DisplayNameGenerator> generator();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Lorg/junit/jupiter/api/DisplayNameGenerator;>;
    AnnotationDefault: Lorg/junit/jupiter/api/DisplayNameGenerator$Standard;
}
SourceFile: "IndicativeSentencesGeneration.java"
InnerClasses:
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
  public Standard = org.junit.jupiter.api.DisplayNameGenerator$Standard of org.junit.jupiter.api.DisplayNameGenerator
    RuntimeVisibleAnnotations: 
      org.junit.jupiter.api.DisplayNameGeneration(value = Lorg/junit/jupiter/api/DisplayNameGenerator$IndicativeSentences;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;, java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Documented()
      java.lang.annotation.Inherited()
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.EXPERIMENTAL:Lorg/apiguardian/api/API$Status;, since = "5.7")