I am trying to add abstract methods to my interfaces with CodeModel. Is this possible?
JCodeModel cm = new JCodeModel();
JClass ref = cm.ref(Sample.class);
After having a reference to actual class, I do not know to how I should add a method? Actually I want to use as a JDefinedClass.