public annotation interface  org.junit.jupiter.api.IndicativeSentencesGeneration extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public static final java.lang.String DEFAULT_SEPARATOR;
public static final java.lang.Class DEFAULT_GENERATOR;
public abstract java.lang.String separator();
public abstract java.lang.Class generator();
static void <clinit>()
{
<org.junit.jupiter.api.IndicativeSentencesGeneration: java.lang.Class DEFAULT_GENERATOR> = class "Lorg/junit/jupiter/api/DisplayNameGenerator$Standard;";
return;
}
}