Annotation Type Param


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Param
    Records the name of a parameter. This annotation is necessary because Java does not retain parameter names for use via reflection at runtime. Note that the parameter name specified by this annotation, does not have to match the actual parameter variable name.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value