Skip to content

Commit

Permalink
1、优化
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Nov 15, 2024
1 parent 352a34b commit ac88317
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,11 @@ public void setTarget(Object target) {
this.mTarget = target;
}

// public AndroidAopJoinPoint(Class<?> clazz, Object target, String originalMethodName, String targetMethodName,boolean lambda) {
// this.targetClassName = clazz.getName();
// this.target = target;
// this.originalMethodName = originalMethodName;
// this.targetMethodName = targetMethodName;
// this.targetClass = clazz;
// this.lambda = lambda;
//
// }
//
// public AndroidAopJoinPoint(Class<?> clazz, Object target, String originalMethodName, String targetMethodName) {
// this(clazz,target,originalMethodName,targetMethodName,false);
// }

public boolean isInit() {
return init;
}

// public void setCutMatchClassName(String cutMatchClassName) {
// this.cutMatchClassName = cutMatchClassName;
// }
public void setCutMatchClassNames(String[] cutMatchClassNames) {
this.cutMatchClassNames = cutMatchClassNames;
}
Expand Down

0 comments on commit ac88317

Please sign in to comment.