Home | History | Annotate | Download | only in annotation
      1 package org.robolectric.annotation;
      2 
      3 import org.robolectric.annotation.UnrecognizedAnnotation;
      4 
      5 @UnrecognizedAnnotation
      6 public class TestWithUnrecognizedAnnotation {
      7 }
      8