public interface org.springframework.ui.context.HierarchicalThemeSource extends org.springframework.ui.context.ThemeSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.ui.context.HierarchicalThemeSource
  super_class: java.lang.Object
{
  public abstract void setParentThemeSource(org.springframework.ui.context.ThemeSource);
    descriptor: (Lorg/springframework/ui/context/ThemeSource;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      parent  

  public abstract org.springframework.ui.context.ThemeSource getParentThemeSource();
    descriptor: ()Lorg/springframework/ui/context/ThemeSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "HierarchicalThemeSource.java"