Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 28 by
tavia...@gmail.com: Specification should be updated for
Java 8 type annotations
http://code.google.com/p/atinject/issues/detail?id=28
Java 8 adds the ability for annotations to be specified on types whenever
they appear. This means it's now possible to write
@Inject Provider<@Leather Seat> seatProvider;
instead of
@Inject @Leather Provider<Seat> seatProvider;
It would be nice if the spec could be updated to allow the first usage, and
explicitly disallow duplicate qualifiers like
@Inject @Leather Provider<@Fabric Seat> seatProvider;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings