@Retention(value=RUNTIME)
@Target(value={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 StubParser and is not visible to the end user.