com.sun.codemodel
Class JAnnotationValue

java.lang.Object
  extended by com.sun.codemodel.JAnnotationValue
Direct Known Subclasses:
JAnnotationArrayMember, JAnnotationUse

public abstract class JAnnotationValue
extends java.lang.Object

Things that can be values of an annotation element.

Author:
Bhakti Mehta (bhakti.mehta@sun.com)

Constructor Summary
JAnnotationValue()
           
 
Method Summary
 void generate(JFormatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAnnotationValue

public JAnnotationValue()
Method Detail

generate

public void generate(JFormatter f)


Copyright © 2005-2008 Sun Microsystems. All Rights Reserved.