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

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

There is a newer version: 1.0.2
Show 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 AfterInitializeDocketEvent extends DocketBuilderEvent {
    public AfterInitializeDocketEvent(Docket instance) {
        super(instance);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy