fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Allow private constructors/methods #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Although injection into private fields is already implemented, we do not
currently allow (or successfully execute) injection into private methods or
constructors.  The fix for methods is probably quite trivial (using the
same basic principle as field injection), constructors will have to be
investigated. 

Original issue reported on code.google.com by aragos on 23 Dec 2008 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 23 Dec 2008 at 7:46

GoogleCodeExporter commented 9 years ago
Constructors can be accessed by using the "new" method on the appropriate 
class, see
also:

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-tool
kit-doc-1-5&t=DevGuideJavaFromJavaScript

Original comment by aragos on 30 Dec 2008 at 2:45

GoogleCodeExporter commented 9 years ago

Original comment by aragos on 31 Dec 2008 at 9:23

GoogleCodeExporter commented 9 years ago
Patch for review: 
http://codereview.appspot.com/11871http://codereview.appspot.com/11871

Original comment by aragos on 6 Jan 2009 at 6:07

GoogleCodeExporter commented 9 years ago
aragos submitted this in r77.

Original comment by bstoler+code@google.com on 20 Jan 2009 at 4:14