spring-boot/spring-boot-cli/samples/book.groovy

4 lines
49 B
Groovy

class Book {
String author
String title
}