X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Finject%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Finject%2Fpackage-info.java;h=2d07bb1f46c9304c662226f743e793e852c6740f;hb=21e24151c50c5cd382826f98bbb8b689bf931696;hp=c07c8ab89a81d11168956f4f36b7c956eeddf534;hpb=466df0c4c373fe3d86a851fa4adbf72d015a0225;p=utils diff --git a/support/inject/src/main/java/org/wamblee/inject/package-info.java b/support/inject/src/main/java/org/wamblee/inject/package-info.java index c07c8ab8..2d07bb1f 100644 --- a/support/inject/src/main/java/org/wamblee/inject/package-info.java +++ b/support/inject/src/main/java/org/wamblee/inject/package-info.java @@ -23,12 +23,12 @@ * *

Users of this package will typically use:

* * *

Implementors of the package

@@ -38,7 +38,7 @@ *
  • Injector: The main interface to be implemented is the {@link Injector}, by which injection is done.
  • *
  • InjectorFactory: Injectors are created by an implementation of the {@link InjectorFactory} which * creates injectors based on the class.
  • - *
  • InjectorFactoryBuilder: Implementations must make their InjectorFactory + *
  • InjectorBuilder: Implementations must make their InjectorFactory * available through the ServiceLoader mechanism. *
  • * @@ -49,4 +49,3 @@ */ package org.wamblee.inject; -