Uses of Interface
org.eclipse.xtend.lib.macro.services.AnnotationReferenceBuildContext
Packages that use AnnotationReferenceBuildContext
-
Uses of AnnotationReferenceBuildContext in org.eclipse.xtend.lib.macro.services
Method parameters in org.eclipse.xtend.lib.macro.services with type arguments of type AnnotationReferenceBuildContextModifier and TypeMethodDescriptionAnnotationReferenceProvider.newAnnotationReference(Class<?> annotationClass, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnnotationReferenceBuildContext> initializer) Creates a new annotation reference for the givenClass.AnnotationReferenceProvider.newAnnotationReference(String annotationTypeName, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnnotationReferenceBuildContext> initializer) Creates a new annotation reference for the given name.AnnotationReferenceProvider.newAnnotationReference(AnnotationReference annotationReference, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnnotationReferenceBuildContext> initializer) Create a new annotation reference base on the given annotation reference.AnnotationReferenceProvider.newAnnotationReference(Type annotationTypeDelcaration, org.eclipse.xtext.xbase.lib.Procedures.Procedure1<AnnotationReferenceBuildContext> initializer) Creates a new annotation reference for the given type declaration.