refcodes-component-ext-observer.3.3.6.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 refcodes-component-ext-observer Show documentation
Show all versions of refcodes-component-ext-observer Show documentation
Artifact for providing event based extended functionality for the
refcodes-component artifact.
module org.refcodes.component.ext.observer {
requires transitive org.refcodes.component;
requires transitive org.refcodes.controlflow;
requires transitive org.refcodes.exception;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.observer;
requires java.logging;
exports org.refcodes.component.ext.observer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy