...
- verbose: (optional) flag marking the task verbosity (true/false)
- ignoreUnkown: (optional) flag marking if the task should ignore unknown annotations (like f.e. @author if not associated to an annotation interface) (true / false)
- properties: (optional) path to a properties file when user-defined annoations are to be used
- destdir: (optional unless input classes are in more than one path) directory where to put annnotated class files
- copytodest: (optional) filename pattern to copy extra resources like DTD, XML, or properties files that were found in the input classes path(s). By defaults, only
.classfiles will be handled. It is ignored ifdestdiris not set.
...
