![JAR search and dependency download from the Maven repository](/logo.png)
io.soffa.foundation.annotations.Sensitive Maven / Gradle / Ivy
package io.soffa.foundation.annotations;
import java.lang.annotation.*;
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface Sensitive {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy