|
Deprecated Methods |
org.mule.devkit.model.code.GeneratedPackage._class(int, String, boolean)
|
org.mule.devkit.model.code.GeneratedClass._class(int, String, boolean)
|
org.mule.devkit.model.code.ClassContainer._class(int, String, boolean)
use ClassContainer._class(int, String, GeneratedClassType) |
org.mule.devkit.model.code.GeneratedAnnotationUse.annotate(Class extends Annotation>)
use AnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
org.mule.devkit.model.code.TypeReference.boxify()
calling this method from TypeReference
would be meaningless, since it's always guaranteed to
return this. |
org.mule.devkit.model.code.GeneratedMethod.getMods()
use GeneratedMethod.mods() |
org.mule.devkit.model.code.PrimitiveType.getWrapperClass()
Use PrimitiveType.boxify(). |
org.mule.devkit.model.code.CodeModel.newAnonymousClass(TypeReference)
The naming convention doesn't match the rest of the CodeModel.
Use CodeModel.anonymousClass(TypeReference) instead. |
org.mule.devkit.model.code.AnnotationArrayMember.param(GeneratedAnnotationUse)
use AnnotationArrayMember.annotate(java.lang.Class extends java.lang.annotation.Annotation>) |
org.mule.devkit.model.code.PrimitiveType.unboxify()
calling this method from PrimitiveType
would be meaningless, since it's always guaranteed to
return this. |