| biz.hammurapi.config.ClassAcceptor
ClassAcceptor | public interface ClassAcceptor (Code) | | Checks that class to be instantiated is acceptable in a given context.
Use this to avoid ClassCastExceptions in your code.
author: Pavel Vlasov version: $Revision: 1.1 $ |
Method Summary | |
void | accept(Class clazz) Checks that class to be instantiated is acceptable. |
|
|