Package javassist.bytecode.annotation
Class Annotation.Pair
- java.lang.Object
-
- javassist.bytecode.annotation.Annotation.Pair
-
- Enclosing class:
- Annotation
static class Annotation.Pair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
name
(package private) MemberValue
value
-
Constructor Summary
Constructors Constructor Description Pair()
-
-
-
Field Detail
-
name
int name
-
value
MemberValue value
-
-