This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Java 8 IT failure #425
Comments
I saw this locally and just added Java 8 to |
Why would @Inject not be valid. Did something in 8 change about annotation declarations that I missed? |
The two annotation-related features that were added were annotations on types and support for repeating annotations. |
Yeah, but that increases the places annotations are valid. I am not clear on why annotations would suddenly become invalid. |
The test is failing because of the absence of a failing compile. The test wants the build to fail but it erroneously succeeds. |
Oh my god I'm blind today. Right. |
tbroyer
pushed a commit
to tbroyer/dagger
that referenced
this issue
Aug 25, 2016
Move Analytics file into the right place
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: