robocode.annotation
Interface SafeStatic

All Superinterfaces:
Annotation

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.

Since:
1.7.2.1
Author:
Flemming N. Larsen (original)



Copyright © 2010 Robocode. All Rights Reserved.