Deprecated Methods |
com.sun.codemodel.JClassContainer._class(int, String, boolean)
use JClassContainer._class(int, String, ClassType) |
com.sun.codemodel.JDefinedClass._class(int, String, boolean)
|
com.sun.codemodel.JPackage._class(int, String, boolean)
|
com.sun.codemodel.JAnnotationUse.annotate(Class extends Annotation>)
use JAnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
com.sun.codemodel.JClass.boxify()
calling this method from JClass
would be meaningless, since it's always guaranteed to
return this. |
com.sun.codemodel.JMethod.getMods()
use JMethod.mods() |
com.sun.codemodel.JPrimitiveType.getWrapperClass()
Use JPrimitiveType.boxify() . |
com.sun.codemodel.JCodeModel.newAnonymousClass(JClass)
The naming convention doesn't match the rest of the CodeModel.
Use JCodeModel.anonymousClass(JClass) instead. |
com.sun.codemodel.JAnnotationArrayMember.param(JAnnotationUse)
use JAnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
com.sun.codemodel.JPrimitiveType.unboxify()
calling this method from JPrimitiveType
would be meaningless, since it's always guaranteed to
return this. |