@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface StubFiles
This annotation is not inherited. That means that if a checker with this annotation is subclassed, then this annotation must be copied to the subclass and the stub file must also be copied to the directory that contains the subclass.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |