8 lines
90 B
Java
8 lines
90 B
Java
package org.springframework.shell;
|
|
|
|
public interface Service {
|
|
|
|
String getMessage();
|
|
|
|
}
|