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

com.coreoz.openapi.config.OpenApiOnNewComponent Maven / Gradle / Ivy

The newest version!
package com.coreoz.openapi.config;

@FunctionalInterface
public interface OpenApiOnNewComponent {
    String onNewComponent(String componentName);

    static OpenApiOnNewComponent identity() {
        return componentName -> componentName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy