package internal
Type Members
- case class Library(name: String) extends Product with Serializable
Represents Library Information.
Represents Library Information. Currently this includes only the library name.
- Note
INTERNAL API
- class LibraryRegistry extends AnyRef
Utility for adding entries to the com.twitter.util.registry.Library for a given com.twitter.inject.internal.Library.
Utility for adding entries to the com.twitter.util.registry.Library for a given com.twitter.inject.internal.Library.
- Note
INTERNAL API
- See also