org.objectweb.fractal.fraclet.annotation
Annotation Type LifeCycle


public @interface LifeCycle

An annotation on a component method which specifies to run the method behavior when the component is starting (LifeCycleType.START), or is stopping (LifeCycleType.STOP).

Author:
Nicolas Pessemier

Optional Element Summary
 LifeCycleType on
           
 

on

public abstract LifeCycleType on
Default:
START