Skip to content
Snippets Groups Projects
Commit ce76f361 authored by Anders Austlid's avatar Anders Austlid
Browse files

Recipe model record class added

parent 701b0eac
No related branches found
No related tags found
No related merge requests found
package ntnu.idatt2016.v233.SmartMat.model;
/**
* Recipe is a record class representing a recipe in the system.
*
* @author Anders
* @version 1.0
* @since 04.04.2023
*
* @param id
* @param name
* @param description
*/
public record Recipe(long id, String name, String description) {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment