
Singleton
Einzelstück, Singleton
Entwurfsmuster
Was sich bewährt hat ist gut
/**
* @type {import('vitepress').UserConfig}
*/
const config = {
// ...
}
export default config
/**
* @type {import('vitepress').UserConfig}
*/
const config = {
// ...
}
export default config
import java.util.*;
public class Config {
// ...
}
```java [example.java]