X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Finject%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Finject%2FInjectorFactory.java;h=104c4e272ac8bdc7fc25a0e4de702d3a96e11911;hb=94ddca39fadbe7931a17c179424afd123bd2863a;hp=d36720de8eca93ebc6853f5e861502be5677ea98;hpb=4a575582a5c2999bd816b197d9cf274b4b3ddcd7;p=utils diff --git a/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java b/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java index d36720de..104c4e27 100644 --- a/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java +++ b/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java @@ -15,14 +15,13 @@ */ package org.wamblee.inject; - /** - * The injector factory is responsible for creating injectors for a given class. - * This must be implemneted to interface to specific dependency injection frameworks or for - * testing. + * The injector factory is responsible for creating injectors for a given class. + * This must be implemneted to interface to specific dependency injection + * frameworks or for testing. * - * Implementations of this class must have a default no-arg constructor to be usable by - * {@link InjectorBuilder}. + * Implementations of this class must have a default no-arg constructor to be + * usable by {@link InjectorBuilder}. * * @author Erik Brakkee */ @@ -30,8 +29,10 @@ public interface InjectorFactory { /** * Creates an injector. + * * @return Injector fot he given class. - * @throws IllegalArgumentException In case the given class cannot be used. + * @throws IllegalArgumentException + * In case the given class cannot be used. */ Injector create(Class aClass);