Re: Building a using annotations

2008-10-22 Thread Mark Salter
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

AW: Building a using annotations

2008-10-21 Thread Jan.Materne
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

Building a using annotations

2008-10-21 Thread Chris
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? ---