From 6cfa0abf9d80e52342ba94b25eb7cd7da2ed7521 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Mon, 19 Aug 2013 22:58:14 +0200 Subject: [PATCH] Specify the meaning of AssistedBuilder(SomeInterface) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fdf3053..e1f0c71 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,8 @@ True ``` +Note: ``AssistedBuilder(X)`` is a shortcut for ``AssistedBuilder(interface=X)`` + More information on this topic: - ["How to use Google Guice to create objects that require parameters?" on Stack Overflow](http://stackoverflow.com/questions/996300/how-to-use-google-guice-to-create-objects-that-require-parameters)