public interface org.springframework.expression.MethodFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.expression.MethodFilter
  super_class: java.lang.Object
{
  public abstract java.util.List<java.lang.reflect.Method> filter(java.util.List<java.lang.reflect.Method>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/List<Ljava/lang/reflect/Method;>;)Ljava/util/List<Ljava/lang/reflect/Method;>;
    MethodParameters:
         Name  Flags
      methods  
}
SourceFile: "MethodFilter.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()