Uses of Interface
org.mule.devkit.model.code.AnnotationWriter

Packages that use AnnotationWriter
org.mule.devkit.model.code Library for generating Java source code 
 

Uses of AnnotationWriter in org.mule.devkit.model.code
 

Methods in org.mule.devkit.model.code with type parameters of type AnnotationWriter
<W extends AnnotationWriter>
W
GeneratedVariable.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
GeneratedPackage.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
GeneratedMethod.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
GeneratedClass.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
EnumConstant.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
AnnotationArrayMember.annotate2(Class<W> clazz)
           
<W extends AnnotationWriter>
W
Annotable.annotate2(Class<W> clazz)
          Adds an annotation to this program element and returns a type-safe writer to fill in the values of such annotations.
 



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