We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda6dd6 commit f67bc5dCopy full SHA for f67bc5d
src/main/java/org/mybatis/dynamic/sql/Callback.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2020 the original author or authors.
+ * Copyright 2016-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -17,6 +17,10 @@
17
18
import java.util.function.Function;
19
20
+/**
21
+ * @deprecated in favor of the new statement configuration functionality
22
+ */
23
+@Deprecated
24
@FunctionalInterface
25
public interface Callback {
26
void call();
0 commit comments