spring-boot/spring-boot-cli/test-samples/book.groovy
2013-11-04 22:21:37 -08:00

5 lines
44 B
Groovy

class Book {
String author
String title
}