2022-02-13 15:36:31 +03:00
|
|
|
module haiti.utils.fieldconstants {
|
|
|
|
exports dev.struchkov.haiti.utils.fieldconstants.annotation;
|
2022-02-17 12:29:28 +03:00
|
|
|
exports dev.struchkov.haiti.utils.fieldconstants.annotation.field;
|
2022-02-17 16:19:18 +03:00
|
|
|
exports dev.struchkov.haiti.utils.fieldconstants.annotation.setting;
|
|
|
|
exports dev.struchkov.haiti.utils.fieldconstants.domain;
|
2022-02-13 15:36:31 +03:00
|
|
|
|
|
|
|
requires java.compiler;
|
|
|
|
requires com.google.auto.service;
|
|
|
|
requires java.persistence;
|
|
|
|
requires haiti.utils;
|
|
|
|
}
|