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

io.github.oliviercailloux.teachingexamples.CostlyThingWithUnit Maven / Gradle / Ivy

The newest version!
package io.github.oliviercailloux.teachingexamples;

public interface CostlyThingWithUnit extends CostlyThing {
  String unit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy