com.hextremelabs.ussd.internal.VisibleForTesting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lib-ussd Show documentation
Show all versions of lib-ussd Show documentation
A lightweight USSD application framework
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 {
}