spring-batch
spring-batch copied to clipboard
Add '@FunctionalInterface' to two Interfaces
ChunkProcessor , RepeatCallback Interfaces are being implemented by using lambda expression.
Therefore, It would be clear not to add more abstract function, If @FunctionalInterface annotation is added.