@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Provided
Used to mark a parameter should be injected from Injector.
The whole reason for this annotation to be exists is because Inject annotation does not apply to parameters
Copyright © 2017. All Rights Reserved.