public class SimpleSupplierDependency<V> extends Object implements SupplierDependency<V>
Dependency
that supplies a static valueConstructor and Description |
---|
SimpleSupplierDependency(V value) |
Modifier and Type | Method and Description |
---|---|
V |
get() |
<T> org.jboss.msc.service.ServiceBuilder<T> |
register(org.jboss.msc.service.ServiceBuilder<T> builder) |
public SimpleSupplierDependency(V value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.