Annotation Type SelectFile

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The file to select.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int column
      The column number within the file; ignored if the line number is ignored or if not greater than zero.
      int line
      The line number within the file; ignored if not greater than zero.
    • Element Detail

      • value

        String value
        The file to select.
      • line

        int line
        The line number within the file; ignored if not greater than zero.
        Default:
        0
      • column

        int column
        The column number within the file; ignored if the line number is ignored or if not greater than zero.
        Default:
        0