Annotation Interface RelaxedValidation


@Retention(RUNTIME) @Target(PARAMETER) public @interface RelaxedValidation
Indicates that a given recorded parameter should have relaxed validation. Normally if a field cannot be serialized to bytecode an exception will be thrown, if this annotation is present the field is simply ignored.