@ApplicationScoped public class AtmosphereConfigInjectable extends Object implements Injectable<AtmosphereConfig>
| Constructor and Description |
|---|
AtmosphereConfigInjectable() |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereConfig |
injectable(AtmosphereConfig config)
Returns an instance of the T
|
boolean |
supportedType(Type t)
Return true if this class support injection of this type.
|
public boolean supportedType(Type t)
InjectablesupportedType in interface Injectable<AtmosphereConfig>t - the fieldpublic AtmosphereConfig injectable(AtmosphereConfig config)
Injectableinjectable in interface Injectable<AtmosphereConfig>config - the AtmosphereConfigCopyright © 2016. All rights reserved.