X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Finject%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Finject%2FInjector.java;h=42d458f514681f39f58b7f9857d3e8c927c38682;hb=94ddca39fadbe7931a17c179424afd123bd2863a;hp=e42cc5f76343604bfd1e9a391fd5f615a16aa8bc;hpb=4a575582a5c2999bd816b197d9cf274b4b3ddcd7;p=utils diff --git a/support/inject/src/main/java/org/wamblee/inject/Injector.java b/support/inject/src/main/java/org/wamblee/inject/Injector.java index e42cc5f7..42d458f5 100644 --- a/support/inject/src/main/java/org/wamblee/inject/Injector.java +++ b/support/inject/src/main/java/org/wamblee/inject/Injector.java @@ -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);