org.objectweb.fractal.task.core.primitive.annotations
Annotation Type Debug


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Debug

This annotation can be used to customize the messages that are printed at the different life-cycle phases of a task. The value of this annotation is an array of string. Each string identify a life-cycle phases; possible values are:


Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value
Returns:
the life-cycle phases for which debug messages should be printed.


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.