+1 Carsten
> -----Original Message----- > From: Antonio Gallardo [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 20, 2004 10:59 AM > To: [EMAIL PROTECTED] > Subject: Methods to be deprecated. > > Hi: > > In o.a.c.util.ClassUtils this methods are not used at all > inside cocoon: > > 1. public static boolean implementsInterface(String > className, String iface) > throws Exception { > 2. public static boolean implementsInterface(Class class1, > Class iface) 3. public static long lastModified(Class aClass) > throws IOException, IllegalArgumentException { 4. > public static String which(Class aClass) { > > Can we deprecate them? > > Best Regards, > > Antonio Gallardo > >
