Fix Annotation processor problems
This commit is contained in:
parent
97d8c0b7de
commit
e815346b93
2 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
package dev.peerat.backend.model;
|
||||
|
||||
import be.jeffcheasey88.peeratcode.mapping.Treasure;
|
||||
|
||||
@Treasure
|
||||
public class Badge {
|
||||
|
||||
private String name;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue