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

org.codefilarete.tool.VisibleForTesting Maven / Gradle / Ivy

package org.codefilarete.tool;

/**
 * Annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.
 *
 * @author Guillaume Mary
 */
public @interface VisibleForTesting {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy