X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Finject%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Finject%2FInjectorFactory.java;h=9f2dfe2283ec70039d431ed6b3d6a4d443ebf500;hb=43f6c5285c83202b485e25e8ec20122339955a52;hp=84f7a66bb5d4e1645370d5c41b6dd88c7a136742;hpb=f29a6015fb915c61fe25ff3d33890d27b26f5b10;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 84f7a66b..9f2dfe22 100644 --- a/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java +++ b/support/inject/src/main/java/org/wamblee/inject/InjectorFactory.java @@ -17,11 +17,12 @@ package org.wamblee.inject; /** - * Injector factory used. This creates an injector that is appropriate for a certain class. - * May be subclassed for testing or other advanced usage (even replacing CDI with another - * injection framework). + * 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 calss must have a default no-arg constructor. + * Implementations of this class must have a default no-arg constructor to be usable by + * {@link InjectorFactoryBuilder}. * * @author Erik Brakkee */