1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<html>
3<head>
4</head>
5<body bgcolor="white">
6
7Provides shadow implementations of classes in the Android SDK. All of the classes in this package ("Shadow" classes) are
8annotated with the {@link com.xtremelabs.robolectric.internal.Implements} annotation, which causes the implementations
9of the associated Android classes to be replaced, on a method by method basis, with their annotated counterparts on the
10Shadow class.
11
12<!--
13<h2>Package Specification</h2>
14-->
15
16<!--
17<h2>Related Documentation</h2>
18
19For overviews, tutorials, examples, guides, and tool documentation, please see:
20<ul>
21  <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
22</ul>
23-->
24
25<!-- Put @see and @since tags down here. -->
26@see com.xtremelabs.robolectric.internal.Implements
27
28</body>
29</html>