@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Compile
CompileTest.
The annotated method must be public void and one argument
RoundEnvironment .| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends Annotation>[] |
annotations
Supported annotations.
|
SourceVersion |
version
Supported source version.
|
public abstract String[] sources
Class.getResource(String).public abstract Class<? extends Annotation>[] annotations
public abstract SourceVersion version
Copyright © 2018. All rights reserved.