From 291ec839f20066e21ab716716658ccee7165e685 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Thu, 15 Jul 2010 14:07:12 +0000 Subject: [PATCH] --- support/inject/src/site/site.xml | 22 ++++++++++++++ support/inject/src/site/xdoc/index.xml | 41 ++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 support/inject/src/site/site.xml create mode 100644 support/inject/src/site/xdoc/index.xml diff --git a/support/inject/src/site/site.xml b/support/inject/src/site/site.xml new file mode 100644 index 00000000..594afae6 --- /dev/null +++ b/support/inject/src/site/site.xml @@ -0,0 +1,22 @@ + + + + org.wamblee + wamblee-skin + + + + + + + + + + + + + + diff --git a/support/inject/src/site/xdoc/index.xml b/support/inject/src/site/xdoc/index.xml new file mode 100644 index 00000000..9c1f3a2a --- /dev/null +++ b/support/inject/src/site/xdoc/index.xml @@ -0,0 +1,41 @@ + + + + + user guide + Erik Brakkee + + +
+

+ This package provides the basic interfaces and utilities for generic dependency injection + into components. +

+ +
Note: + In production code, you will depend on this package to setup the injection, There should be + no dependency on an implementation of this package. The only requirement is that an + implementation must be packaged with the application. +
+ +
+ +
+ + + + + + + + + +
groupIdartifactId
org.wambleewamblee-support-inject
+
+ + +
-- 2.31.1