(no commit message)
[utils] / support / inject / src / main / java / org / wamblee / inject / Injector.java
index e42cc5f76343604bfd1e9a391fd5f615a16aa8bc..42d458f514681f39f58b7f9857d3e8c927c38682 100644 (file)
@@ -16,8 +16,8 @@
 package org.wamblee.inject;
 
 /**
- * Interface used to perform injection with. An injector instance knows how to perform injection in 
- * one or more specific classes. 
+ * Interface used to perform injection with. An injector instance knows how to
+ * perform injection in one or more specific classes.
  * 
  * @author Erik Brakkee
  */
@@ -28,8 +28,10 @@ public interface Injector {
      * 
      * @param aComponent
      *            Component to inject into.
-     * @throws IllegalArgumentException In case the argument passed is not supported for injection
-     * @throws NullPointerException In case the argument passed is null. 
+     * @throws IllegalArgumentException
+     *             In case the argument passed is not supported for injection
+     * @throws NullPointerException
+     *             In case the argument passed is null.
      */
     void inject(Object aComponent);