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

com.github.taccisum.swagger.configurer.event.BeforeInitializeDocketEvent Maven / Gradle / Ivy

The newest version!
package com.github.taccisum.swagger.configurer.event;

import springfox.documentation.spring.web.plugins.Docket;

/**
 * @author tac - [email protected]
 * @since 2019/2/12
 */
public class BeforeInitializeDocketEvent extends DocketBuilderEvent {
    public BeforeInitializeDocketEvent(Docket instance) {
        super(instance);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy