@Target(FIELD)
@Retention(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.