View Javadoc
1   package com.lucidtech.puttingalltogether.model;
2   
3   public record Greeting(long id, String content) {
4   }