Annotation Interface FromStubFile
@Documented
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR,TYPE,PACKAGE})
public @interface FromStubFile
If a method is annotated with this declaration annotation, then its signature was read from a
stub file. It is added by the AnnotationFileParser and is not visible to the end user.