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

de.bund.bva.isyfact.logging.annotation.Systemgrenze Maven / Gradle / Ivy

package de.bund.bva.isyfact.logging.annotation;

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

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

/**
 * Diese Annotation kennzeichnet eine Systemgrenze, an der die Bean boundaryLogInterceptor loggt.
 */
@Retention(RUNTIME)
@Target(TYPE)
public @interface Systemgrenze {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy