@ParametersAreNonnullByDefault
public interface IAnnotationTranslator
| Modifier and Type | Method and Description |
|---|---|
default void |
dynamicTranslate(org.objectweb.asm.tree.AnnotationNode annotation) |
default org.objectweb.asm.tree.AnnotationNode |
getSingleAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.String annotationName) |
void |
translate(org.objectweb.asm.tree.AnnotationNode annotation) |
void translate(org.objectweb.asm.tree.AnnotationNode annotation)
default void dynamicTranslate(org.objectweb.asm.tree.AnnotationNode annotation)
default org.objectweb.asm.tree.AnnotationNode getSingleAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.String annotationName)