1 package com.github.davidmoten.guavamini.annotations; 2 3 /** 4 * Annotates a program element that exists, or is more widely visible than 5 * otherwise necessary, only for use in test code. 6 */ 7 public @interface VisibleForTesting { 8 }