Netflix / governator

Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
Apache License 2.0
825 stars 180 forks source link

ProvidesWithAdvice feature #323

Closed elandau closed 8 years ago

elandau commented 8 years ago

Modification of Tom's ProvidesBuilder to use @Named and maintain access to the InjectionPoint so we can implement advanced features such as conditionals in the future.

elandau commented 8 years ago

Based on this PR https://github.com/Netflix/governator/pull/318