resolvedAtLinktime

Used to annotate methods which should be evaluated in linktime, allowing to remove unused paths and symbols, e.g. whe cross compiling for different OS Annotated methods needs to operate only on literal values, other methods with this annotation.

class Object
trait Matchable
class Any

Value members

Constructors

def this(withName: String)

Used to annotate that given value should be resolved at link-time, based on provided withName parameter provided by the build tool.

Used to annotate that given value should be resolved at link-time, based on provided withName parameter provided by the build tool.