blob: e22e5aa1e64f984595ceef72c1a918d6cf10b09f [file] [log] [blame]
package com.xtremelabs.robolectric.internal;
/**
* Shadow fields annotated @RealObject will have the real instance injected.
*
* @see Implements
*/
@java.lang.annotation.Documented
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({java.lang.annotation.ElementType.FIELD})
public @interface RealObject {
}