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

com.hextremelabs.ussd.internal.VisibleForTesting Maven / Gradle / Ivy

The newest version!
package com.hextremelabs.ussd.internal;

/**
 * Marks a class as only visible or testing. Trying not to introduce a Guava dependency which is an overkill for this
 * tiny project.
 *
 * @author Sayo Oladeji
 */
public @interface VisibleForTesting {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy