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

io.github.jimmydbe.entities.Genre Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package io.github.jimmydbe.entities;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public final class Genre {

    private int id;
    private String name;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy