How change final class to abastract class?
Example:
FinalClass.class
public final class FinalClass {}

to 

AbstractClass
public abstract class AbstractClass{}

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231097
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to