5 lines
82 B
Java
5 lines
82 B
Java
|
|
package com.baeldung.springbootconfiguration;
|
||
|
|
|
||
|
|
public interface PersonService {
|
||
|
|
}
|