@@ -22,8 +22,10 @@ import java.lang.annotation.*;
*
* @author hubin
* @since 2018-01-13
+ * @deprecated 3.3.3 use {@link InterceptorIgnore}
*/
@Documented
+@Deprecated
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface SqlParser {
@@ -29,7 +29,9 @@ import java.util.concurrent.ConcurrentHashMap;
* @since 2018-07-22
+ * @deprecated 3.3.3
public class SqlParserHelper {
public static final String DELEGATE_MAPPED_STATEMENT = "delegate.mappedStatement";