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

5 lines
44 B
Groovy

class Book {
String author
String title
}