Deprecated API


Contents
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)
          use AnnotationArrayMember.annotate(java.lang.Class) 
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) 
org.mule.devkit.model.code.PrimitiveType.unboxify()
          calling this method from PrimitiveType would be meaningless, since it's always guaranteed to return this. 
 



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.