All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swoval.files.LinkOption Maven / Gradle / Ivy

There is a newer version: 2.1.12
Show newest version
package com.swoval.files;

class LinkOption {
  private LinkOption() {}

  static final LinkOption NOFOLLOW_LINKS = new LinkOption();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy