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

com.thegoate.statics.ResetStatic Maven / Gradle / Ivy

package com.thegoate.statics;

/**
 * Defines an interface for classes that need to reset static fields
 * Created by Eric Angeli on 6/15/2017.
 */
public interface ResetStatic {
    void resetStatics();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy