open class NullSourceExtractor : SourceExtractor
Simple implementation of SourceExtractor that returns null as the source metadata.
This is the default implementation and prevents too much metadata from being held in memory during normal (non-tooled) runtime usage.
Author
Rob Harrop
Since
2.0
NullSourceExtractor()
Simple implementation of SourceExtractor that returns This is the default implementation and prevents too much metadata from being held in memory during normal (non-tooled) runtime usage. |
open fun extractSource(sourceCandidate: Any, definitionResource: Resource): Any
This implementation simply returns |