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

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

The newest version!
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 Komponentengrenze, an der die Bean componentLogInterceptor
 * loggt.
 */
@Retention(RUNTIME)
@Target(TYPE)
public @interface Komponentengrenze {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy