[jboss-user] [Javassist user questions] - Re: How change final class to abastract class?

diogo.capistrano do-not-reply at jboss.com
Fri May 15 10:42:29 EDT 2009


Solutions:


  | CtClass clazz = classPool.get("SOMECLASS");
  | clazz.setModifiers(Modifier.ABSTRACT);

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231336#4231336

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231336



More information about the jboss-user mailing list