|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface SafeStatic
Annotation used for marking a static field as being safe so that Robocode should not print out warnings at runtime when this annotation is being used. For example, Robocode will print out warnings if a static field to a robot is found. But not when the @SafeStatic is declared for the static field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |