Codemodel 2.6-redhat-2

com.sun.codemodel
Class JAnnotationValue

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

public abstract class JAnnotationValue
extends Object
implements JGenerable

Things that can be values of an annotation element.

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

Constructor Summary
JAnnotationValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.codemodel.JGenerable
generate
 

Constructor Detail

JAnnotationValue

public JAnnotationValue()

Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.