public interface net.bytebuddy.implementation.attribute.AnnotationValueFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.attribute.AnnotationValueFilter
  super_class: java.lang.Object
{
  public abstract boolean isRelevant(net.bytebuddy.description.annotation.AnnotationDescription, net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                       Name  Flags
      annotationDescription  
      methodDescription      
}
SourceFile: "AnnotationValueFilter.java"
NestMembers:
  net.bytebuddy.implementation.attribute.AnnotationValueFilter$Default  net.bytebuddy.implementation.attribute.AnnotationValueFilter$Default$1  net.bytebuddy.implementation.attribute.AnnotationValueFilter$Default$2  net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory
InnerClasses:
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract Default = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Default of net.bytebuddy.implementation.attribute.AnnotationValueFilter
  public abstract Factory = net.bytebuddy.implementation.attribute.AnnotationValueFilter$Factory of net.bytebuddy.implementation.attribute.AnnotationValueFilter