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

io.github.honoriuss.blossom.interfaces.ITrackingParameterRegistry Maven / Gradle / Ivy

package io.github.honoriuss.blossom.interfaces;

import java.util.List;

public interface ITrackingParameterRegistry {
    @Deprecated
    default void register(ITrackingParameterProvider trackingParameterProvider) {
    }

    List getTrackingParameterProviders();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy