• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.robolectric;
2 
3 /**
4  * Outer class used for {@link org.robolectric.annotation.processing.generator.JavadocJsonGenerator}
5  * tests.
6  */
7 public class DocumentedObjectOuter {
8   /** Inner class that the corresponding Shadow object documents. */
9   public static class DocumentedObject {}
10 }
11