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

org.mutabilitydetector.checkers.MethodIs Maven / Gradle / Ivy

There is a newer version: 0.10.6
Show newest version
package org.mutabilitydetector.checkers;

public final class MethodIs {
    private MethodIs() { }

    public static boolean aConstructor(String name) {
        return name.equals("");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy