Class AnnotationMemberValue

java.lang.Object
javassist.bytecode.annotation.MemberValue
javassist.bytecode.annotation.AnnotationMemberValue

public class AnnotationMemberValue extends MemberValue
Nested annotation.
Author:
Bill Burke, Shigeru Chiba
  • Constructor Details

    • AnnotationMemberValue

      public AnnotationMemberValue(ConstPool cp)
      Constructs an annotation member. The initial value is not specified.
    • AnnotationMemberValue

      public AnnotationMemberValue(Annotation a, ConstPool cp)
      Constructs an annotation member. The initial value is specified by the first parameter.
  • Method Details