@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ValueContext
Marks the context for reusable fields for which writing field access should
be registered by the recorder. This annotation defines the context, i.e. the
id to be used, ValueChange should use "*" as id.