All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.renarde.router.Method5V Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.renarde.router;

@FunctionalInterface
public interface Method5V {
    void method(Target target, P1 param1, P2 param2, P3 param3, P4 param4, P5 param5);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy