コード例 #1
0
  /**
   * defines from which line number the counting will start.
   *
   * @param from which line the numbers will count
   * @return this instance
   */
  public final TransparentCodeContainer setStartFromLine(final int from) {
    behavior.setStartFromLine(from);

    return this;
  }