| Package | Description |
|---|---|
| org.mule.devkit.model.code |
Library for generating Java source code
|
| Modifier and Type | Method and Description |
|---|---|
<W extends AnnotationWriter> |
GeneratedVariable.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
GeneratedPackage.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
GeneratedMethod.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
GeneratedClass.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
EnumConstant.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
AnnotationArrayMember.annotate2(Class<W> clazz) |
<W extends AnnotationWriter> |
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.