This document discusses integrating Apache Bean Validation with Google Guice. It describes how to bootstrap Bean Validation using Guice, obtain ConstraintValidator instances via Guice injection, require injection of javax.validation components, and intercept methods to validate arguments. Integrating the two allows for dependency injection with Bean Validation and easy validation of method arguments using annotations.