org.objectweb.fractal.fraclet.doclets
Interface LifecycleTag

All Superinterfaces:
DocletTag, Serializable

public interface LifecycleTag
extends DocletTag

Method annotation describing a Fractal lifecyle transition.

Version:
$Revision: 1.1 $
Author:
Romain Rouvoy
Annotation location:
method

Method Summary
 String getWhen()
          Provides the identifier of the lifecycle transition handled.
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getWhen

String getWhen()
Provides the identifier of the lifecycle transition handled.

Returns:
the step of the lifecyle handled.
Annotation argument allowed value:
create, start, stop, destroy
Annotation argument mandatory.