de.bund.bva.isyfact.logging.impl.FachdatenMarker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isy-logging Show documentation
Show all versions of isy-logging Show documentation
Stellt eine Komponente für das Logging bereit.
The newest version!
package de.bund.bva.isyfact.logging.impl;
/**
* Datentyp-Marker für Fachdaten.
*/
public class FachdatenMarker extends AbstractIsyDatentypMarker {
/**
* Erzeugt einen Marker für Fachdaten.
*/
public FachdatenMarker() {
super("Fachdaten");
}
}