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