Details
Description
Currently all attributes are compiled into destination files. By default this includes standard javadoc tags such as "@param", "@throws" etc. We should add an option to include or not include non-namespaced attributes into attribute file (ie attributes have to have a foo.bar format). This optional will be on "not include" by default.
Completed by writing a new interceptor that can be included by the ant task.