Annotation Interface SerTransient


@Target(FIELD) @Retention(RUNTIME) public @interface SerTransient
Used to mark a field as explicitly transient - i.e., a field not annotated with SerId. This will prevent the serializer from generating "field Xxx is implicitly transient" warning messages.

All instance fields of a serializable type should be marked either SerId or SerTransient.