We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5724eb4 commit e326d2bCopy full SHA for e326d2b
src/main/java/guru/springframework/spring6restmvc/services/BeerService.java
@@ -1,12 +1,14 @@
1
package guru.springframework.spring6restmvc.services;
2
3
import guru.springframework.spring6restmvc.model.Beer;
4
+import org.springframework.stereotype.Service;
5
6
import java.util.UUID;
7
8
/**
9
* Created by jt, Spring Framework Guru.
10
*/
11
+@Service
12
public interface BeerService {
13
14
Beer getBeerById(UUID id);
0 commit comments