public final class Java5HacksHelper extends Object
addOverrideAnnotations(JMethodSignature), should only be called
when you already know that you are generating Java-5 style code.| Modifier and Type | Method and Description |
|---|---|
static void |
addOverrideAnnotations(JMethodSignature jms)
Given the method signature, add the Override annotation if this class is one that we know
requires this annotation.
|
public static void addOverrideAnnotations(JMethodSignature jms)
jms - The method signature to inspect.Copyright © 2016. All rights reserved.