package org.robolectric;

/**
 * Outer class used for {@link org.robolectric.annotation.processing.generator.JavadocJsonGenerator}
 * tests.
 */
public class DocumentedObjectOuter {
  /** Inner class that the corresponding Shadow object documents. */
  public static class DocumentedObject {}
}
