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: 431035 $ $Date: 2006-08-12 06:54:25 -0700 (Sat, 12 Aug 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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.