Uses of Class
com.sun.codemodel.JAnnotationUse

Packages that use JAnnotationUse
com.sun.codemodel Library for generating Java source code 
 

Uses of JAnnotationUse in com.sun.codemodel
 

Methods in com.sun.codemodel that return JAnnotationUse
 JAnnotationUse JDefinedClass.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adding ability to annotate a class
 JAnnotationUse JAnnotatable.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this program element.
 JAnnotationUse JVar.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JMethod.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JEnumConstant.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds an annotation to this variable.
 JAnnotationUse JAnnotationUse.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Deprecated. use JAnnotationArrayMember.annotate(java.lang.Class)
 JAnnotationUse JPackage.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
           
 JAnnotationUse JAnnotationArrayMember.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          Adds a new annotation to the array.
 JAnnotationUse JDefinedClass.annotate(JClass clazz)
          Adding ability to annotate a class
 JAnnotationUse JAnnotatable.annotate(JClass clazz)
          Adds an annotation to this program element.
 JAnnotationUse JVar.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JMethod.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JEnumConstant.annotate(JClass clazz)
          Adds an annotation to this variable.
 JAnnotationUse JPackage.annotate(JClass clazz)
           
 JAnnotationUse JAnnotationArrayMember.annotate(JClass clazz)
          Adds a new annotation to the array.
 JAnnotationUse JAnnotationUse.annotationParam(java.lang.String name, java.lang.Class<? extends java.lang.annotation.Annotation> value)
          Adds a member value pair to this annotation For adding class values as param
 JAnnotationUse JAnnotationWriter.getAnnotationUse()
          Gets the underlying annotation use object to which we are writing.
 JAnnotationUse JAnnotationUse.param(java.lang.String name, boolean value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.Class value)
          Adds a member value pair to this annotation This can be used for e.g to specify
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.Enum value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, int value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, JEnumConstant value)
          Adds a member value pair to this annotation
 JAnnotationUse JAnnotationUse.param(java.lang.String name, JType type)
          Adds a member value pair to this annotation based on the type represented by the given JType
 JAnnotationUse JAnnotationUse.param(java.lang.String name, java.lang.String value)
          Adds a member value pair to this annotation
 

Methods in com.sun.codemodel with parameters of type JAnnotationUse
 JAnnotationArrayMember JAnnotationArrayMember.param(JAnnotationUse value)
          Deprecated. use JAnnotationArrayMember.annotate(java.lang.Class)
 



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