nicorn-sys-api.4.6.0-upsilon-Beta.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unicorn-sys-api Show documentation
Show all versions of unicorn-sys-api Show documentation
Domain data for Security module
The newest version!
@SuppressWarnings({ "requires-automatic", "requires-transitive-automatic" })
module lwohvye.unicorn.sys.api {
requires transitive lwohvye.unicorn.core;
exports com.lwohvye.api.modules.system.api;
exports com.lwohvye.api.modules.system.domain;
exports com.lwohvye.api.modules.system.domain.vo;
exports com.lwohvye.api.modules.system.domain.projection;
exports com.lwohvye.api.modules.system.service.dto;
opens com.lwohvye.api.modules.system.domain;
opens com.lwohvye.api.modules.system.domain.vo;
opens com.lwohvye.api.modules.system.domain.projection;
opens com.lwohvye.api.modules.system.service.dto;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy