Files
depot/src/main/java/com
Michael Bayne 4b59373559 Added a mechanism for selecting results into a simple result class that relies
only on a matching public constructor. This version is not type-safe, but I'll
also be adding an additional mechanism to do selections like this that uses a
type-safe builder approach, which comes at the cost of a healthy dose of
boilerplate code.
2010-12-10 21:12:57 +00:00
..