From: <ad...@jb...> - 2005-04-28 14:28:27
|
Incidently, I would prefer the AspectAdapterFactory had a similar api to the others in the container model: | public interface ClassAdapterFactory | { | ClassAdapter getClassAdapter(String name, ClassLoader cl) throws ClassNotFoundException; | ClassAdapter getClassAdapter(Class clazz); | } | Then the underlying implementation can choose whether it actually needs to load the class on the first method. i.e. whether classloading is required is then a quality of implementation detail. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875783#3875783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875783 |