|
@@ -22,8 +22,10 @@ import java.lang.annotation.*;
|
|
*
|
|
*
|
|
* @author hubin
|
|
* @author hubin
|
|
* @since 2018-01-13
|
|
* @since 2018-01-13
|
|
|
|
+ * @deprecated 3.3.3 use {@link InterceptorIgnore}
|
|
*/
|
|
*/
|
|
@Documented
|
|
@Documented
|
|
|
|
+@Deprecated
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Target({ElementType.TYPE, ElementType.METHOD})
|
|
@Target({ElementType.TYPE, ElementType.METHOD})
|
|
public @interface SqlParser {
|
|
public @interface SqlParser {
|