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

apt.kotlin.src.main.java.com.acme.DefaultHeatSensor Maven / Gradle / Ivy

There is a newer version: 8.11.1
Show newest version
package com.acme;

public class DefaultHeatSensor implements HeatSensor {
    public double getTemperature() {
        return 20d;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy