@Beta public class DelegateProcessor extends java.lang.Object implements TransformationParticipant<MutableMemberDeclaration>
| Modifier and Type | Class and Description |
|---|---|
static class |
DelegateProcessor.Util |
| Constructor and Description |
|---|
DelegateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTransform(java.util.List<? extends MutableMemberDeclaration> elements,
TransformationContext context)
Invoked by the compiler
|
public void doTransform(java.util.List<? extends MutableMemberDeclaration> elements, @Extension TransformationContext context)
TransformationParticipantdoTransform in interface TransformationParticipant<MutableMemberDeclaration>elements - the mutable java representation of the annotated elementscontext - a TransformationContext providing useful services.