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

io.quarkiverse.asyncapi.generator.input.AsyncApiGeneratorYmlCodeGen Maven / Gradle / Ivy

package io.quarkiverse.asyncapi.generator.input;

import io.quarkiverse.asyncapi.config.AsyncAPIExtension;

public class AsyncApiGeneratorYmlCodeGen extends AsyncApiPathGeneratorCodeGen {

    public AsyncApiGeneratorYmlCodeGen() {
        super(AsyncAPIExtension.yml);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy