aboutsummaryrefslogtreecommitdiff
path: root/v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html')
-rw-r--r--v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html b/v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html
new file mode 100644
index 000000000..828a516f6
--- /dev/null
+++ b/v1/src/main/java/com/xtremelabs/robolectric/shadows/package.html
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+</head>
+<body bgcolor="white">
+
+Provides shadow implementations of classes in the Android SDK. All of the classes in this package ("Shadow" classes) are
+annotated with the {@link com.xtremelabs.robolectric.internal.Implements} annotation, which causes the implementations
+of the associated Android classes to be replaced, on a method by method basis, with their annotated counterparts on the
+Shadow class.
+
+<!--
+<h2>Package Specification</h2>
+-->
+
+<!--
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+ <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
+</ul>
+-->
+
+<!-- Put @see and @since tags down here. -->
+@see com.xtremelabs.robolectric.internal.Implements
+
+</body>
+</html> \ No newline at end of file