Specify annotation types by which only class members (i.e. fields, constructors and methods) are selectively excluded from the generated documentation.
A class member, which otherwise (without this parameter) would be documented, is excluded when it has an annotation of one of the specified types.
Each annotation type must be specified with its fully qualified name (e.g. java.lang.Deprecated
).
Multiple annotation type names must be separated with new lines ('\n'), semicolons (';') or colons (':').
For example:
my.core.util.Internal my.project.api.Exclude