Annotation Interface Name


@Target(PARAMETER) @Retention(RUNTIME) public @interface Name
This defines the name of an input argument for a procedure. This is used to determine which values from to use as arguments for the procedure when it is called. For instance, if you are invoking a procedure using parameters, the name you declare here will map to names of the parameters.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • value

      String value
      Returns:
      the name of this input argument.
    • defaultValue

      String defaultValue
      Default:
      " <[6795b15e-8693-4a21-b57a-4a7b87f09a5a]> "