Fix Annotation processor problems

This commit is contained in:
jeffcheasey88 2023-09-06 22:58:05 +02:00
parent 97d8c0b7de
commit e815346b93
2 changed files with 0 additions and 4 deletions

View file

@ -1,8 +1,5 @@
package dev.peerat.backend.model;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Badge {
private String name;

View file

@ -10,7 +10,6 @@ import org.json.simple.JSONObject;
import be.jeffcheasey88.peeratcode.mapping.SeaBottle;
import be.jeffcheasey88.peeratcode.mapping.Treasure;
@Treasure
public class Group implements Comparable<Group> {
private String name;
private Integer linkToChapter;