terrymanu commented on a change in pull request #12308:
URL: https://github.com/apache/shardingsphere/pull/12308#discussion_r705312481



##########
File path: 
shardingsphere-agent/shardingsphere-agent-api/src/main/java/org/apache/shardingsphere/agent/api/advice/ClassStaticMethodAroundAdvice.java
##########
@@ -26,6 +26,15 @@
  */
 public interface ClassStaticMethodAroundAdvice {
     
+    /**
+     * Check if skip the enable checking.
+     *
+     * @return skip or not
+     */
+    default boolean skipEnableCheck() {

Review comment:
       What's mean of skipEnableCheck?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to