public class SimpleSupplierDependency<V> extends Object implements SupplierDependency<V>
Dependency that supplies a static value| Constructor 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 © 2020 JBoss by Red Hat. All rights reserved.