Files
spring-boot/spring-boot-cli/samples/book.groovy
2013-10-08 15:39:37 -04:00

4 lines
49 B
Groovy

class Book {
String author
String title
}