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

edu.umd.cs.findbugs.GlobalOptions Maven / Gradle / Ivy

The newest version!
package edu.umd.cs.findbugs;

import javax.annotation.CheckForNull;

public interface GlobalOptions {
    @CheckForNull
    String getGlobalOption(String key);

    @CheckForNull
    Plugin getGlobalOptionSetter(String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy