MCPcopy Create free account
hub / github.com/apple/pkl-spring / Server

Class Server

samples/spring-boot/src/main/java/samples/boot/Server.java:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import org.springframework.stereotype.Service;
19
20@Service
21public class Server {
22 private final AppConfig.Server config;
23
24 public Server(AppConfig.Server config) {
25 this.config = config;
26 }
27
28 public AppConfig.Server getConfig() {
29 return config;
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…