Class IdentityPostProcessor
java.lang.Object
pro.projo.interfaces.annotation.postprocessor.IdentityPostProcessor
- All Implemented Interfaces:
Function<Writer,Writer>,UnaryOperator<Writer>
public class IdentityPostProcessor extends Object implements UnaryOperator<Writer>
IdentityPostProcessor creates a post-processor that does nothing
(by simply returning the original writer).- Author:
- Mirko Raner