@Target(PARAMETER) @Retention(CLASS) @Documented public @interface Param
value()
option will allow an optional class to be specified which will have to match the exact type of
the parameter in question, to enable unambiguous resolution. The value must be the fully qualified class name.Class<?> value
Copyright © 2018. All rights reserved.