@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Compiled
CompileTestCase. The method also need annotated @Test
and it must be public void and have only one argument with type Compilation.| Modifier and Type | Required Element and Description |
|---|---|
String[] |
sources
The source files to compile.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
options
Options to use in this compile.
|
Class<? extends Processor>[] |
processors
Processors to use in this compile.
|
public abstract String[] sources
Class.getResource(String).public abstract String[] options
Copyright © 2018. All rights reserved.