public class InstanceImpl<T> extends Object implements InstanceProducer<T>
Modifier and Type | Method and Description |
---|---|
T |
get() |
static <X> InstanceImpl<X> |
of(Class<X> type,
Class<? extends Annotation> scope,
ManagerImpl manager) |
void |
set(T value) |
public static <X> InstanceImpl<X> of(Class<X> type, Class<? extends Annotation> scope, ManagerImpl manager)
public void set(T value)
set
in interface InstanceProducer<T>
Copyright © 2018 JBoss by Red Hat. All rights reserved.