Class JAnnotationValue

java.lang.Object
com.sun.codemodel.JAnnotationValue
All Implemented Interfaces:
JGenerable
Direct Known Subclasses:
JAnnotationArrayMember, JAnnotationClassValue, JAnnotationStringValue, JAnnotationUse

public abstract class JAnnotationValue extends Object implements JGenerable
Things that can be values of an annotation element.
Author:
Bhakti Mehta ([email protected])
  • Constructor Details

    • JAnnotationValue

      protected JAnnotationValue()