Class AnnotationMemberValue


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

      • 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.