Class DelegatingCustomizer

Direct Known Subclasses:
SourceAwareCustomizer

public abstract class DelegatingCustomizer extends CompilationCustomizer
Base class for compilation customizers which delegate to another customizer. The phase this customizer runs at is retrieved from the phase of the delegate.
Since:
2.1.0
Author:
Cedric Champeau