public interface Context<T extends Object>
Base interface for Contexts which simply defines that a Context can build an object.
abstract T
build()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract T build()
Build the object of the context.