-
- All Implemented Interfaces:
public class Dependencies.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final DependenciesALL_FILESpublic final static Dependencies.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final DependenciesgetALL_FILES()A short-hand to all source files. -
-
Method Detail
-
getALL_FILES
final Dependencies getALL_FILES()
A short-hand to all source files.
Associating an output to ALL_SOURCES essentially disables incremental processing, as the tiniest change will clobber all files. This should not be used in processors which care about processing speed.
-
-
-
-