Package 

Object Dependencies.Companion

    • Method Summary

      Modifier and Type Method Description
      final Dependencies getALL_FILES() A short-hand to all source files.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.