@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface StubFiles
An annotation on a SourceChecker subclass to provide additional
stub files that should be used in addition to jdk.astub.
This allows larger compound checkers to separate the annotations
into multiple files.