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

4 lines
49 B
Groovy

class Book {
String author
String title
}