de.bund.bva.isyfact.logging.impl.TechnikdatenMarker 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 Technikdaten.
*/
public class TechnikdatenMarker extends AbstractIsyDatentypMarker {
/**
* Erzeugt einen Marker für Technikdaten.
*/
public TechnikdatenMarker() {
super("Technikdaten");
}
}