Unable to create injector, see the following errors:

1) [Guice/MissingConstructor]: No injectable constructor for type MissingConstructorErrorTest$MissingNoArgConstructor.

class MissingConstructorErrorTest$MissingNoArgConstructor does not have a @Inject annotated constructor or a no-arg constructor.

Requested by:
1  : MissingConstructorErrorTest$MissingNoArgConstructor.class(MissingConstructorErrorTest.java:27)
     at MissingConstructorErrorTest$MissingConstructorModule.provideObject(MissingConstructorErrorTest.java:50)
      \_ for 3rd parameter missingNoArgConstructor
     at MissingConstructorErrorTest$MissingConstructorModule.provideObject(MissingConstructorErrorTest.java:50)

Learn more:
  https://github.com/google/guice/wiki/MISSING_CONSTRUCTOR

2) [Guice/MissingConstructor]: No injectable constructor for type MissingConstructorErrorTest$PrivateConstructor.

class MissingConstructorErrorTest$PrivateConstructor has a private no-arg constructor but the class is not private. Guice can only use a private no-arg constructor if it is defined in a private class.

Requested by:
1  : MissingConstructorErrorTest$PrivateConstructor.class(MissingConstructorErrorTest.java:1)
     at MissingConstructorErrorTest$MissingConstructorModule.provideObject(MissingConstructorErrorTest.java:50)
      \_ for 4th parameter privateConstructor
     at MissingConstructorErrorTest$MissingConstructorModule.provideObject(MissingConstructorErrorTest.java:50)

Learn more:
  https://github.com/google/guice/wiki/MISSING_CONSTRUCTOR

2 errors

======================
Full classname legend:
======================
MissingConstructorErrorTest$MissingConstructorModule: "com.google.inject.errors.MissingConstructorErrorTest$MissingConstructorModule"
MissingConstructorErrorTest$MissingNoArgConstructor:  "com.google.inject.errors.MissingConstructorErrorTest$MissingNoArgConstructor"
MissingConstructorErrorTest$PrivateConstructor:       "com.google.inject.errors.MissingConstructorErrorTest$PrivateConstructor"
========================
End of classname legend:
========================
