Files
spring-boot/spring-boot-cli/samples/book.groovy
T
2013-11-04 22:17:38 -08:00

5 lines
44 B
Groovy

class Book {
String author
String title
}