public interface org.springframework.context.i18n.TimeZoneAwareLocaleContext extends org.springframework.context.i18n.LocaleContext
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.i18n.TimeZoneAwareLocaleContext
  super_class: java.lang.Object
{
  public abstract java.util.TimeZone getTimeZone();
    descriptor: ()Ljava/util/TimeZone;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "TimeZoneAwareLocaleContext.java"