BindModule

abstract class BindModule

Abstract BindModule class. The subclass can writed in /META-INF/beangle/cdi.xml using modules=com.your.class

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

final def $(s: String, defaultValue: String): PropertyPlaceHolder
final def ?: InjectPlaceHolder.type
final def configure(binder: Binding): Unit

Getter for the field config.

Getter for the field config.

final def devEnabled: Boolean
final def inject[T](clazz: Class[T]): Injection[T]
def wiredEagerly(newvalue: Boolean): Unit