Annotation Type IncrementalCompile
Use
@IncrementalCompile to instruct Manifold to compile select resources incrementally.
For example, this annotation facilitates incremental compilation of changed resource files from
an IDE where the IDE knows which resource files have changed and need re/compile.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe qualified name of the driver class, which must implementIIncrementalCompileDriver.intThe identity hash of the driver
-
Element Details
-
driverClass
String driverClassThe qualified name of the driver class, which must implementIIncrementalCompileDriver. Note this is not aClass<? extends IIncrementalCompileDriver>because the driver class is likely not in the classpath of the compiler. -
driverInstance
int driverInstanceThe identity hash of the driver
-