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

io.mstream.trader.commons.test.util.date.ServiceToFeatureDateFormatter Maven / Gradle / Ivy

There is a newer version: 1.14
Show newest version
package io.mstream.trader.commons.test.util.date;


import io.mstream.trader.commons.test.Feature;
import io.mstream.trader.commons.test.Service;

import javax.inject.Inject;
import java.time.format.DateTimeFormatter;


public class ServiceToFeatureDateFormatter extends DateFormatter {

    @Inject
    public ServiceToFeatureDateFormatter(
            @Service DateTimeFormatter source,
            @Feature DateTimeFormatter target
    ) {
        super(source, target);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy