|
Scala example source code file (Required.scala)
The Required.scala Scala example source code
package scala
package reflect
package internal
import settings.MutableSettings
trait Required { self: SymbolTable =>
def picklerPhase: Phase
def erasurePhase: Phase
def settings: MutableSettings
@deprecated("Interactive is implemented with a custom Global; this flag is ignored", "2.11.0") def forInteractive = false
@deprecated("Scaladoc is implemented with a custom Global; this flag is ignored", "2.11.0") def forScaladoc = false
}
Other Scala source code examplesHere is a short list of links related to this Scala Required.scala source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.