-m.mmm-property-builder.0.9.11.source-code.module-info Maven / Gradle / Ivy
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Provides advanced properties with support for change-listeners, bindings, validation, and marshalling.
*/
@SuppressWarnings("all") //
module io.github.mmm.property.builder {
requires transitive io.github.mmm.property;
requires transitive io.github.mmm.validation.main;
exports io.github.mmm.property.builder;
exports io.github.mmm.property.builder.container;
exports io.github.mmm.property.builder.lang;
exports io.github.mmm.property.builder.number;
exports io.github.mmm.property.builder.time;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy