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

com.wordnik.swagger.config.ScannerFactory Maven / Gradle / Ivy

There is a newer version: 1.5.3-M1
Show newest version
package com.wordnik.swagger.config;

import com.wordnik.swagger.config.Scanner;

public class ScannerFactory {
  private static Scanner SCANNER;

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

  public static Scanner getScanner() {
    return SCANNER;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy