Chris wrote:
> Is it possible in Ant to create a that consists of .java files
> that have some annotation?
>
> For example, if I create a custom annotation, like "@published", and
> attach it to several classes, is there some way to get a list of such
> classes in a fileset?
Do you want the list
tationPresent(ANNOTATION_TO_SELECT);
}
}
>-Ursprüngliche Nachricht-
>Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Chris
>Gesendet: Mittwoch, 22. Oktober 2008 02:48
>An: user@ant.apache.org
>Betreff: Building a using annotations
>
>Is it possible in Ant to
Is it possible in Ant to create a that consists of .java files
that have some annotation?
For example, if I create a custom annotation, like "@published", and
attach it to several classes, is there some way to get a list of such
classes in a fileset?
---