net.sourceforge.basher.annotations
Annotation Type BasherPhases


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface BasherPhases

Defines the phases in which the Task should execute. Defaults to the RUN phase.

Author:
Johan Lindquist

Optional Element Summary
 Phase[] phases
          Defines the phases in which the Task should execute.
 

phases

public abstract Phase[] phases
Defines the phases in which the Task should execute. Defaults to the RUN phase.

Returns:
The applicable phases
Default:
RUN


Copyright © 2006-2010 Basher Team. All Rights Reserved.