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