public class IgnoredDiscovery extends Object implements AnnotationDiscovery
Modifier and Type | Field and Description |
---|---|
static String |
IGNORE_DESCRIPTOR |
Constructor and Description |
---|
IgnoredDiscovery() |
Modifier and Type | Method and Description |
---|---|
boolean |
isIgnore() |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc) |
public static final String IGNORE_DESCRIPTOR
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc)
visitAnnotation
in interface AnnotationDiscovery
public boolean isIgnore()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.