- All Known Subinterfaces:
- ResourceProcessorAware
- All Known Implementing Classes:
- AbstractProcessorDecoratorSupport, BenchmarkProcessorDecorator, CopyrightKeeperProcessorDecorator, DefaultProcessorDecorator, ExceptionHandlingProcessorDecorator, ExtensionsAwareProcessorDecorator, ImportAwareProcessorDecorator, LazyProcessorDecorator, MinimizeAwareProcessorDecorator, ProcessorDecorator, SupportAwareProcessorDecorator
public interface SupportAware
Implementors of this interface will be able to provide information about its support. A sample use case: a processor
which indicates that the implementation is supported on current environment (some processors may be supported on
Linux, but unsupported on other platforms), or if certain prerequisites are met.
- Since:
- 1.5.0
- Author:
- Alex Objelean