| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
bindClass
The implementation class created for the annotated class.
|
Class<? extends IocProvider<?>> |
provider
A provider to instantiate the objects for the annotated class.
|
boolean |
runtimeAccessible
If true, the annotated class would be accessible by IoCContainer at runtime.
|
IoCResource.Scope |
scope
Defines the scope where the created object will be saved
|
public abstract Class<? extends IocProvider<?>> provider
public abstract Class<?> bindClass
public abstract boolean runtimeAccessible
public abstract IoCResource.Scope scope
Copyright © 2015. All rights reserved.