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

com.proofpoint.configuration.ConfigSecuritySensitive Maven / Gradle / Ivy

There is a newer version: 3.23
Show newest version
package com.proofpoint.configuration;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/*
 * Configuration setting should not be logged, etc.
 * Must be on same method as @Config
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface ConfigSecuritySensitive
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy