SCA API

org.osoa.sca.annotations
Annotation Type Init


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Init

Annotation used to indicate a method that will be called by the container when the scope defined for the local service begins.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Optional Element Summary
 boolean eager
          Instructs the container when a component instance should be instantiated.
 

eager

public abstract boolean eager
Instructs the container when a component instance should be instantiated. If true, then the component will be instantiated when its scope begins; if false it will be instantiated when first referenced.

Default:
false

SCA API

-