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

com.nedap.archie.xml.adapters.DateIntervalXmlAdapter 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 DateIntervalXmlAdapter extends AbstractIntervalAdapter {

    public DateIntervalXmlAdapter() {
        super(new DateTimeXmlAdapter());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy