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

  public abstract org.springframework.context.MessageSource getParentMessageSource();
    descriptor: ()Lorg/springframework/context/MessageSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "HierarchicalMessageSource.java"