blob: abf48842845f23237cc0d20dec90360bdc979924 [file] [log] [blame]
package org.example.service;
public interface MyService {
double compute(double value);
}