antsnest.annotation
Annotation Type AntName


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface AntName

Annotation that defines the name of an Ant task/type

Author:
Chris Clohosy

Required Element Summary
 String name
          Gets the name of the task/type
 

Element Detail

name

public abstract String name
Gets the name of the task/type

Returns:
a String, the name