public class Binding extends Object
Constructor and Description |
---|
Binding() |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.Type |
getAnnotationType() |
AnnotationVisitorFactory |
getFactory() |
Predicate |
getPredicate() |
void |
setAnnotationType(org.objectweb.asm.Type annotationType) |
void |
setFactory(AnnotationVisitorFactory factory) |
void |
setPredicate(Predicate predicate) |
String |
toString() |
public org.objectweb.asm.Type getAnnotationType()
public void setAnnotationType(org.objectweb.asm.Type annotationType)
public AnnotationVisitorFactory getFactory()
public void setFactory(AnnotationVisitorFactory factory)
public Predicate getPredicate()
public void setPredicate(Predicate predicate)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.