Interface IClassFilter
public interface IClassFilter
A filter for
Class.-
Method Summary
-
Method Details
-
accept
Tests whether or not the specified clazz should be included. -
accept
Returnstrueif the specified class is accepted. This method is call beforeaccept(Class). It should returnfalseif the class can not be loaded. Iftrueis returned alsoaccept(Class)will be invoked which will give the definite answer.
-