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

5 lines
44 B
Groovy

class Book {
String author
String title
}