According to the help output, we could work that out. We could find
all beta classes and generate the list of classes to exclude.

We could also exclude deprecated classes, but I wouldn't. Deprecated
methods are the most important ones to remain compatible!

  -skip-deprecated
      Skip analysis of deprecated methods and classes.

  -skip-classes PATH
      This option allows to specify a file with a list
      of classes that should not be checked.

  -skip-packages PATH
      This option allows to specify a file with a list
      of packages that should not be checked.

On 10 March 2016 at 15:51, Andrew Phillips <andr...@apache.org> wrote:
>> Yes, this is just a PoC. The tool has a "skip deprecated" flag to
>> exclude deprecated methods from the report.
>
>
> Do you know if there's a way to configure it to exclude "custom" things,
> such as classes annotated with @Beta?
>
> Regards
>
> ap

Reply via email to