net.sourceforge.basher.annotations
Annotation Type BasherName


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

Defines the name of the task.

Version:
$Revision$
Author:
Johan Lindquist

Required Element Summary
 String name
          Defines the name of the task.
 

Element Detail

name

public abstract String name
Defines the name of the task.

Returns:
The name


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