diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index e6518e423..39e68a249 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -113,4 +113,10 @@ reception i.e. don't break something just because we can. * keep the interface for Tasks as similar to the one of Ant1 as - possible - i.e. don't break something just because we can. \ No newline at end of file + possible - i.e. don't break something just because we can. + +* tasks provide some way to identify their attributes from the + outside. Possible solutions include a special method like + getProperties(), an external describing file shipping with the task + class or special javadoc comments parsed by a custom doclet. +