From c4fb90747cb727865c483554156c692a305ae6ca Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 7 Oct 2008 20:00:29 +0000 Subject: [PATCH] * added package.html for package documentation git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/synyx-plugin/trunk@2937 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- .../main/java/org/synyx/plugin/core/config/package.html | 7 +++++++ .../main/java/org/synyx/plugin/core/support/package.html | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 plugin-core/src/main/java/org/synyx/plugin/core/config/package.html create mode 100644 plugin-core/src/main/java/org/synyx/plugin/core/support/package.html diff --git a/plugin-core/src/main/java/org/synyx/plugin/core/config/package.html b/plugin-core/src/main/java/org/synyx/plugin/core/config/package.html new file mode 100644 index 0000000..e0999e4 --- /dev/null +++ b/plugin-core/src/main/java/org/synyx/plugin/core/config/package.html @@ -0,0 +1,7 @@ + + + +This package contains configuration support classes to ease registry configuration with +Spring namespaces. + + \ No newline at end of file diff --git a/plugin-core/src/main/java/org/synyx/plugin/core/support/package.html b/plugin-core/src/main/java/org/synyx/plugin/core/support/package.html new file mode 100644 index 0000000..b52d726 --- /dev/null +++ b/plugin-core/src/main/java/org/synyx/plugin/core/support/package.html @@ -0,0 +1,7 @@ + + + +This package contains support classes to create bean lists or plugin +registry instances out of beans implementing a certain interface. + + \ No newline at end of file