public final class AnnotationBinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Deprecated.
|
| Constructor and Description |
|---|
AnnotationBinder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(Object object,
COM.FutureTense.Interfaces.ICS ics)
Deprecated.
Inject ICS runtime objects into the object.
|
public static void bind(Object object, COM.FutureTense.Interfaces.ICS ics)
InjectForRequest annotation will be populated by this method by
retrieving the value from the Factory.getObject(String, Class)
method.object - the object to inject into.ics - the ics context.Copyright © 2010–2017. All rights reserved.