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

io.github.frogif.calculator.number.impl.AbstractBaseNumber Maven / Gradle / Ivy

package io.github.frogif.calculator.number.impl;

public abstract class AbstractBaseNumber implements IBaseNumber{

    protected AbstractBaseNumber(){
        // do nothing
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy