@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface AllArguments
If the parameters of the source method are not assignable to the collection's component type, the method with the annotated parameter will not be considered as a possible binding target for the source method.
Copyright © 2014. All rights reserved.