1 package org.robolectric.internal.bytecode; 2 3 /** Marker interface used by Robolectric to indicate that an interface has been instrumented */ 4 public interface InstrumentedInterface {} 5
1 package org.robolectric.internal.bytecode; 2 3 /** Marker interface used by Robolectric to indicate that an interface has been instrumented */ 4 public interface InstrumentedInterface {} 5