pl.fhframework.docs.change.dto.Issue Maven / Gradle / Ivy
The newest version!
package pl.fhframework.docs.change.dto;
import lombok.Getter;
import lombok.Setter;
/**
* Created by mateusz.zaremba
*/
@Getter
@Setter
public class Issue {
private Field fields;
private String self;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy