(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / adapters / ParameterValues.java
index 413481907a92dce77853cc40caa5bb9b75ed7164..609f9d2586dbbce17b143aad3254e3ab384fdfea 100644 (file)
@@ -22,6 +22,12 @@ import org.wamblee.system.core.DefaultRequiredInterface;
 import org.wamblee.system.core.RequiredInterface;
 import org.wamblee.system.core.Scope;
 
+/**
+ * Represents parameter values for a method or constructor and allows for the configuration
+ * of how these values are retrieved. 
+ * 
+ * @author Erik Brakkee
+ */
 public class ParameterValues {
        private Class[] _types;
        private ValueProvider[] _values;