@Retention(value=RUNTIME) public @interface ExplicitParamInjection
Default qualifier, see CDI
specification for in depth explanation on qualifiers.
This annotation can be applied either on test class, in which case it affects parameter injection in all methods, or on
a method.Copyright © 2019. All rights reserved.