技術と本について書くブログ

技術と本について書くblog。技術メモなど雑記を書いているblog。

アノーテーション@VisibleForTestingをつける

Androidのコードを読んでいると@VisibleForTestingというアノテーションがある。 これはテストのためにつけたという意味

@VisibleForTesting public hoge() { }