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

io.swagger.config.ScannerFactory Maven / Gradle / Ivy

The newest version!
package io.swagger.config;

public class ScannerFactory {
    private static Scanner SCANNER;

    public static Scanner getScanner() {
        return SCANNER;
    }

    public static void setScanner(Scanner scanner) {
        SCANNER = scanner;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy