Author: mmichaud
Date: 2009-04-17 02:34:41 -0700 (Fri, 17 Apr 2009)
New Revision: 16604
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/TunableInterceptor.java
Log:
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/TunableInterceptor.java
===================================================================
---
core3/work-api/trunk/src/main/java/org/cytoscape/work/TunableInterceptor.java
2009-04-17 09:27:05 UTC (rev 16603)
+++
core3/work-api/trunk/src/main/java/org/cytoscape/work/TunableInterceptor.java
2009-04-17 09:34:41 UTC (rev 16604)
@@ -17,8 +17,8 @@
/**
* Catch the Tunables of the object o
*
- * This method detects the fields of the object o, then search for
<code>@Tunable</code> annotations, and finally create a <code>Handler</code>
for each type of Object by using the <code>HandlerFactory</code> .
- * The handlers are stocked in a HashMap and can then be retrieved by
their Key(i.e name of the field)
+ * This method detects the fields or the methods of the object o, then
search for <code>@Tunable</code> annotations, and finally create a
<code>Handler</code> for each type of Object by using the
<code>HandlerFactory</code> .
+ * The handlers are stocked in a HashMap and can then be retrieved by
their Key(i.e name of the field or method)
*
* @param o This has to be a class that contains some
<code>@Tunable</code> annotations.
*/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en
-~----------~----~----~----~------~----~------~--~---