How i can add @Override
annotation to my method using codeModel?
JMethod update = classe.method(JMod.PUBLIC, void.class,"update");
update.annotate(?);
i didn't find the @Override
Class.
How i can add @Override
annotation to my method using codeModel?
JMethod update = classe.method(JMod.PUBLIC, void.class,"update");
update.annotate(?);
i didn't find the @Override
Class.