| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro.services |
| Modifier and Type | Method and Description |
|---|---|
AnnotationReference |
AnnotationReferenceProvider.newAnnotationReference(AnnotationReference annotationReference,
Procedures.Procedure1<AnnotationReferenceBuildContext> initializer)
Create a new annotation reference base on the given annotation reference.
|
AnnotationReference |
AnnotationReferenceProvider.newAnnotationReference(Class<?> annotationClass,
Procedures.Procedure1<AnnotationReferenceBuildContext> initializer)
Creates a new annotation reference for the given
Class. |
AnnotationReference |
AnnotationReferenceProvider.newAnnotationReference(String annotationTypeName,
Procedures.Procedure1<AnnotationReferenceBuildContext> initializer)
Creates a new annotation reference for the given name.
|
AnnotationReference |
AnnotationReferenceProvider.newAnnotationReference(Type annotationTypeDelcaration,
Procedures.Procedure1<AnnotationReferenceBuildContext> initializer)
Creates a new annotation reference for the given type declaration.
|
Copyright © 2015. All Rights Reserved.