Skip to content
Snippets Groups Projects
Verified Commit 846e590d authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Remove xmlroot annotation

parent 06d03dfc
No related merge requests found
Pipeline #121 failed with stages
in 0 seconds
package java2.lab12.client;
import jakarta.xml.bind.annotation.XmlRootElement;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@XmlRootElement
@ToString
public class Course {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment