public interface 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.ThemeSource
  super_class: java.lang.Object
{
  public abstract org.springframework.ui.context.Theme getTheme(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/ui/context/Theme;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      themeName  
}
SourceFile: "ThemeSource.java"