[Yanel-commits] rev 31545 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Sun Feb 10 22:56:29 CET 2008


Author: michi
Date: 2008-02-10 22:56:28 +0100 (Sun, 10 Feb 2008)
New Revision: 31545

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java
Log:
javadoc added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java	2008-02-10 21:31:08 UTC (rev 31544)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV1.java	2008-02-10 21:56:28 UTC (rev 31545)
@@ -22,7 +22,7 @@
 public interface CreatableV1 {
 
     /**
-     * TODO: Wouldn't it be better to implement this with introspection?
+     * Get the names of all properties which shall be set during creation. TODO: Wouldn't it be better to implement this with introspection?
      */
     public String[] getPropertyNames();
 



More information about the Yanel-commits mailing list