Class AbstractMethodProcessor

java.lang.Object
org.eclipse.xtend.lib.macro.AbstractMethodProcessor
All Implemented Interfaces:
CodeGenerationParticipant<MethodDeclaration>, RegisterGlobalsParticipant<MethodDeclaration>, TransformationParticipant<MutableMethodDeclaration>, ValidationParticipant<MethodDeclaration>

A convenient base class to process active annotations for methods.
Author:
Sven Efftinge