T - the Object to inject.public interface Injectable<T>
InjectableObjectFactory to assign a value to a field annotated with the
Inject annotation.| Modifier and Type | Method and Description |
|---|---|
T |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
boolean supportedType(Type t)
t - the fieldT injectable(AtmosphereConfig config)
config - the AtmosphereConfigCopyright © 2016. All rights reserved.