-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
more info requiredFurther information is requestedFurther information is requested
Description
@entity
public class TabloAB {
@SerializedName("id")
@expose
@id(assignable = true)
private Long id;
@SerializedName("alan1")
@expose
private String alan1;
@SerializedName("alan2")
@expose
private String alan2;
}
This is my class decleration. When I click Make Project it generates automatically getters and setters for all properties. But when I clicked the play button or make project button again it regenerates the id getter and setter. So, can not compile project. I have 6 class uses @entity annotation but I have this problem with 4 classes. @SerializedName and @expose annotations not effect this. Because other 2 classes don't have this problem.
Metadata
Metadata
Assignees
Labels
more info requiredFurther information is requestedFurther information is requested