All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.kilmajster.blog.data.Post Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package io.github.kilmajster.blog.data;

import lombok.Builder;
import lombok.Data;

@Data
@Builder
public class Post {
  private String title;
  private String date;
  private String content;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy