StaticPluginLoader

izumi.distage.plugins.StaticPluginLoader$

Scan the specified package at compile-time for classes and objects that inherit PluginBase

WARN: may interact badly with incremental compilation WARN: will not find plugins defined in the current module, only those defined in dependency modules (similarly to how you cannot call Scala macros defined in the current module)

Attributes

See also:
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

inline def scanCompileTime(pluginsPackage: String): List[PluginBase]