Deprecate Flux* function interfaces

This commit is contained in:
Oleg Zhurakousky
2020-10-19 13:20:51 +02:00
parent 89466b5cdc
commit b61b24a9b2
13 changed files with 36 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ public class FunctionRegistration<T> implements BeanNameAware {
* @return {@code FunctionRegistration} with the appropriately wrapped target.
*
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
public <S> FunctionRegistration<S> wrap() {
this.isFunctionSignatureSupported();