sk.robotics.rlcs.agentspace
Annotation Type Agent.Cfg.NoDefault


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Agent.Cfg.NoDefault

Default values of Fields annotated with this annotation are treaten in a special way. Normally, in the web interface, field value are nulled after creating a new config object, and then later the default values are used if the user does not set the field value explicitely. Fields with this annotation, however, are skipped in both cases. They are not nulled on creation, and their default values are ignored if user clears the field value.