spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Add '@FunctionalInterface' to two Interfaces

Open pongdangx2 opened this issue 1 year ago • 0 comments

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.

pongdangx2 avatar Jun 24 '24 04:06 pongdangx2