PluginConfigStatic

izumi.distage.plugins.PluginConfigStatic

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PluginConfig

Members list

Value members

Concrete methods

inline def compileTime(inline pluginsPackage: String): PluginConfig

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

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

Scan the the current source file's package at compile-time for classes and objects that inherit PluginBase

Scan the the current source file's 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