Annotation Type SafeStatic


  • @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.
    Since:
    1.7.2.1
    Author:
    Flemming N. Larsen (original)