Skip to content

Commit 3975d36

Browse files
committed
Add Javadoc to ParametersTransformer
1 parent e422ac1 commit 3975d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-cloud-app-broker-core/src/main/java/org/springframework/cloud/appbroker/extensions/parameters/ParametersTransformer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
import reactor.core.publisher.Mono;
2222

23+
/**
24+
* Mutates the provided backing type.
25+
* Returned value is effectively ignored.
26+
*/
2327
@FunctionalInterface
2428
public interface ParametersTransformer<T> {
2529

0 commit comments

Comments
 (0)