All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aaronbedra.tiny.SensitiveString Maven / Gradle / Ivy

package com.aaronbedra.tiny;

public interface SensitiveString extends TinyType {
    String REDACTED_VALUE = "REDACTED";
    String unsafeToString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy