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

com.nedap.archie.xml.adapters.TimeIntervalXmlAdapter Maven / Gradle / Ivy

There is a newer version: 3.12.0
Show newest version
package com.nedap.archie.xml.adapters;

import java.time.temporal.TemporalAccessor;

/**
 * Created by pieter.bos on 28/07/16.
 */
public class TimeIntervalXmlAdapter extends AbstractIntervalAdapter {
    public TimeIntervalXmlAdapter() {
        super(new TimeXmlAdapter());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy