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

edu.hm.hafner.util.VisibleForTesting Maven / Gradle / Ivy

package edu.hm.hafner.util;

/**
 * An annotation that indicates that the visibility of a type or member has
 * been relaxed to make the code testable.
 *
 * @author Johannes Henkel (copied from Google Guava Library)
 */
public @interface VisibleForTesting {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy