Minor cleanup and javadocs

This commit is contained in:
Oleg Zhurakousky
2020-12-02 08:47:04 +01:00
parent 306da4248a
commit 0cdcc46f57
5 changed files with 20 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ package org.springframework.cloud.function.core;
/**
*
* @author Oleg Zhurakousky
* @since 3.1
*
*/
public interface FunctionInvocationHelper<I> {