Specify the packages, for which filtering by annotations applies.

When this parameter is specified, only classes that belong to the specified packages may be excluded from the documentation according to any filtering by annotation criteria (both explicit and implicit ones).

The packages are specified as the list of package patterns separated with newlines or colons (:). For example:

com.company.project.*
org.project.*
A package pattern ${include ../refs/package_pattern.htm}