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

com.novartis.opensource.yada.plugin.SecurityPreprocessor Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.novartis.opensource.yada.plugin;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * @author dvaron
 * @since 8.7.6
 */
@Inherited
@Documented
@Retention(RUNTIME)
@Target(TYPE)

@interface SecurityPreprocessor {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy