7 lines
92 B
Java
Raw Normal View History

package com.baeldung.services;
public interface IHomeService {
String getGreeting();
}