public class AsmAnnotationUtils extends Object
| Constructor and Description |
|---|
AsmAnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAnnotationInfo(List<com.alibaba.deps.org.objectweb.asm.tree.AnnotationNode> annotations,
String annotationType,
String key,
String value) |
static List<String> |
queryAnnotationInfo(List<com.alibaba.deps.org.objectweb.asm.tree.AnnotationNode> annotations,
String annotationType,
String key) |
Copyright © 2018–2021. All rights reserved.