blob: c4bd3aadae6d4fda4061a58f54a461d264add00e [file] [log] [blame]
package com.xtremelabs.robolectric.util;
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
public @interface RealObject {
Class value();
}