• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.robolectric.util;
2 
3 /**
4  * Marker interface for {@link java.io.InputStream} that need special handling.
5  */
6 public interface NamedStream {
7 }
8