Class AbstractConstructorProcessor

java.lang.Object
org.eclipse.xtend.lib.macro.AbstractConstructorProcessor
All Implemented Interfaces:
CodeGenerationParticipant<ConstructorDeclaration>, RegisterGlobalsParticipant<ConstructorDeclaration>, TransformationParticipant<MutableConstructorDeclaration>, ValidationParticipant<ConstructorDeclaration>

A convenient base class to process active annotations for constructors.
Since:
2.8
Author:
Sven Efftinge