moving unit tests from .testsuite -> .aop
This commit is contained in:
@@ -34,7 +34,7 @@ public interface ClassFilter {
|
||||
* @param clazz the candidate target class
|
||||
* @return whether the advice should apply to the given target class
|
||||
*/
|
||||
boolean matches(Class clazz);
|
||||
boolean matches(Class<?> clazz);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user