| Package | org.spicefactory.parsley.asconfig.metadata |
| Class | public class ObjectDefinitionMetadata |
| Inheritance | ObjectDefinitionMetadata Object |
| Property | Defined By | ||
|---|---|---|---|
| id : String
The id the object should be registered with. | ObjectDefinitionMetadata | ||
| lazy : Boolean = false
Indicates whether this object should be lazily initialized. | ObjectDefinitionMetadata | ||
| order : int = 2.147483647E9
The processing order for this object. | ObjectDefinitionMetadata | ||
| id | property |
public var id:StringThe id the object should be registered with.
| lazy | property |
public var lazy:Boolean = falseIndicates whether this object should be lazily initialized. If set to false the object will be instantiated upon Context initialization.
| order | property |
public var order:int = 2.147483647E9The processing order for this object. Only has an effect for non-lazy singletons. Those are instantiated when the Context initializes and this property allows to determine the initialization order of these singletons. Will be processed in ascending order.