refcodes-interceptor.3.0.8.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-interceptor Show documentation
Show all versions of refcodes-interceptor Show documentation
With the refcodes-interceptor artifact you can build up assembly lines of
any structure; digesting and refining messages (objects) you pass in. In
its most basic form, the refcodes-interceptor acts as an interceptor (as
of the interceptor pattern).
module org.refcodes.interceptor {
requires transitive org.refcodes.component;
requires transitive org.refcodes.controlflow;
requires transitive org.refcodes.exception;
exports org.refcodes.interceptor;
}