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

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

The newest version!
package io.swagger.config;

import java.util.Set;

public interface Scanner {
    Set> classes();

    boolean getPrettyPrint();

    void setPrettyPrint(boolean shouldPrettyPrint);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy