Interface ViewElementPostProcessor<T extends ViewElement>

All Known Implementing Classes:
DefaultViewElementPostProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ViewElementPostProcessor<T extends ViewElement>
General purpose interface for post-processing a ViewElement.
Author:
Arne Vandamme