
com.twitter.util.JavaSingleton.scala Maven / Gradle / Ivy
The newest version!
package com.twitter.util
/**
* A mixin to allow scala objects to be used from java.
*/
trait JavaSingleton {
def get = this
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy