com.nedap.archie.xml.adapters.DurationIntervalXmlAdapter Maven / Gradle / Ivy
package com.nedap.archie.xml.adapters;
import java.time.temporal.TemporalAmount;
/**
* Created by pieter.bos on 28/07/16.
*/
public class DurationIntervalXmlAdapter extends AbstractIntervalAdapter {
public DurationIntervalXmlAdapter() {
super(new DurationXmlAdapter());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy