moving unit tests from .testsuite -> .aop

This commit is contained in:
Chris Beams
2008-12-13 01:07:30 +00:00
parent 40016fc902
commit e3ec177aab
13 changed files with 105 additions and 66 deletions

View File

@@ -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);
/**