@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface Param
Maybe you wonder why the variable name of the parameter can't be used? That name is lost when java compiles the java code.
public abstract String value
Copyright © 2020. All rights reserved.