Annotation Interface EnableSecureSerialization


@Experimental("Remains to be determined if this is the best possible API for users to configure security of serialized fields") @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface EnableSecureSerialization
If placed on a method, then all SecureField annotations of the response type will be taken into account, even if the class is annotated with DisableSecureSerialization.