public interface org.jetbrains.annotations.Debug$Renderer 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.jetbrains.annotations.Debug$Renderer
  super_class: java.lang.Object
{
  public abstract java.lang.String text();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
    RuntimeInvisibleAnnotations: 
      org.intellij.lang.annotations.Language(value = "JAVA", prefix = "class Renderer{String $text(){return ", suffix = ";}}")
      org.jetbrains.annotations.NonNls()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jetbrains.annotations.NonNls()

  public abstract java.lang.String childrenArray();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
    RuntimeInvisibleAnnotations: 
      org.intellij.lang.annotations.Language(value = "JAVA", prefix = "class Renderer{Object[] $childrenArray(){return ", suffix = ";}}")
      org.jetbrains.annotations.NonNls()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jetbrains.annotations.NonNls()

  public abstract java.lang.String hasChildren();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
    RuntimeInvisibleAnnotations: 
      org.intellij.lang.annotations.Language(value = "JAVA", prefix = "class Renderer{boolean $hasChildren(){return ", suffix = ";}}")
      org.jetbrains.annotations.NonNls()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        org.jetbrains.annotations.NonNls()
}
SourceFile: "Debug.java"
NestHost: org.jetbrains.annotations.Debug
InnerClasses:
  public abstract Renderer = org.jetbrains.annotations.Debug$Renderer of org.jetbrains.annotations.Debug
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.CLASS:Ljava/lang/annotation/RetentionPolicy;)