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

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

There is a newer version: 0.2.6
Show newest version
package io.github.honoriuss.blossom.interfaces;

import java.util.HashMap;

public interface ITrackingParameterProvider { //TODO better name
    HashMap getBaseParameters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy