версия под джсон. в графе циклов временно закоммичена старая распаковка

This commit is contained in:
2025-03-28 19:57:24 +03:00
parent 41b98607cd
commit ef5bd5b1a8
7 changed files with 89 additions and 19 deletions

View File

@@ -9,10 +9,8 @@ import com.sun.org.glassfish.gmbal.Description;
//объект принадлежащий файлу и относящийся к его строке.
public class FileObject implements Selectable {
@Expose
@Description("DEFAULT ''")
public String file = "";
@Expose
@Description("DEFAULT 1")
public int line = 1;
public FileObject() {
}