Orçun Çolak'ın her şeyden bir parça notları
import com.google.common.annotations.VisibleForTesting;
... the annotation itself does not prevent production code from calling the annotated method
class Foo { ... @VisibleForTesting static class Bar { } }
Hiç yorum yok:
Yorum Gönder