org.exolab.javasource
public final class Java5HacksHelper extends Object
Our one public method, addOverrideAnnotations, should only be called when you already know that you are generating Java-5 style code.
Method Summary | |
---|---|
static void | addOverrideAnnotations(JMethodSignature jms)
Given the method signature, add the Override annotation if this class is
one that we know requires this annotation.
|
Parameters: jms the method signature to inspect