public interface org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.devtools.filewatch.FileSystemWatcherFactory
  super_class: java.lang.Object
{
  public abstract org.springframework.boot.devtools.filewatch.FileSystemWatcher getFileSystemWatcher();
    descriptor: ()Lorg/springframework/boot/devtools/filewatch/FileSystemWatcher;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "FileSystemWatcherFactory.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()