/**
*
* \mainpage
* This is the API documentation of the full GNDMS System.
*
* It has many blank spots... but hey it's you got the source, and
* isn't that the best documentation anyway?
*/
/**
* \package de.zib.gndms.stuff
* \brief Various utility classes
* Located below $GNDMS_SOURCE/stuff
*
* \package de.zib.gndms.model
* \brief Relational-Database model classes
*
* Located below $GNDMS_SOURCE/model
*
* \package de.zib.gndms.neomodel
* \brief Graph-Database model classes
*
* Located below $GNDMS_SOURCE/neomodel
*
* \package de.zib.gndms.kit
* \brief Utility classes that depend on some functionality from
* Globus Toolkit and/or model.
*
* Kit contains the implementation
* Security mechanics and network auxiliaries
*
* Located below $GNDMS_SOURCE/kit
*
* \package de.zib.gndms.logic
* \brief All ‘Business’ logic of GNDMS that can be implemented outside of the actual service classes
*
* Located below $GNDMS_SOURCE/logic
*
* \package de.zib.gndms.infra
* \brief Main infrastructure code that ties the service code to GNDMS main classes. Configuration, Database setup, Dependency injection
*
* Located below $GNDMS_SOURCE/infra
*
* \package de.zib.gndms.dspace
* \brief The DSpace service provides management of storage resources
*
* Located below $GNDMS_SOURCE/services/DSpace
*
* \package de.zib.gndms.GORFX
* \brief The GORFX service provides the negotiation and execution of data management activites
*
* Like Staging and File Transferaccording to a co-scheduling protocol
*
* Located below $GNDMS_SOURCE/services/GORFX
*
* \package de.zib.gndms.taskflows
* \brief Package for taskflow plug-ins
*
* This package contains a package for each taskflow.
*/