public class HandlerBindingDiscovery extends org.objectweb.asm.AnnotationVisitor implements AnnotationDiscovery
HandlerBinding
annotation.Modifier and Type | Field and Description |
---|---|
static String |
HANDLER_BINDING_DESCRIPTOR |
Constructor and Description |
---|
HandlerBindingDiscovery()
Constructs a new
AnnotationVisitor . |
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
String |
getValue() |
boolean |
isHandlerBinding() |
void |
visit(String name,
Object value) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc) |
public static final String HANDLER_BINDING_DESCRIPTOR
public HandlerBindingDiscovery()
AnnotationVisitor
.public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc)
visitAnnotation
in interface AnnotationDiscovery
public void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
public boolean isHandlerBinding()
public String getValue()
public String getNamespace()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.