Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat annotations on inner classes as if on outer #278

Merged

Commits on Jun 5, 2024

  1. Treat annotations on inner classes as if on outer

    This was the behaviour before 8c5954b,
    and is a behaviour we want to preserve (at least until we have a way of
    expressing desires more explicitly here).
    
    Concretely, this means that things like
    `-java-annotation-to-attribute=com.example.annotation.FlakyTest=flaky=True`
    will allow inner annotated classes to affect the generation of targets,
    rather than ignoring their annotations.
    illicitonion committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    963c565 View commit details
    Browse the repository at this point in the history