antsnest.annotation
Annotation Type AntExtends


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

Annotation that indicates an Ant task/type has the same features of another

Author:
Chris Clohosy

Required Element Summary
 String taskName
          Gets the name of the task to be extended
 

Element Detail

taskName

public abstract String taskName
Gets the name of the task to be extended

Returns:
a String, the taskname