Author: scabanovich
Date: 2008-01-15 11:00:55 -0500 (Tue, 15 Jan 2008)
New Revision: 5718
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamContextShortVariable.java
Log:
Comment added
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamContextShortVariable.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamContextShortVariable.java 2008-01-15
15:55:59 UTC (rev 5717)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/ISeamContextShortVariable.java 2008-01-15
16:00:55 UTC (rev 5718)
@@ -1,5 +1,17 @@
package org.jboss.tools.seam.core;
+/**
+ * A seam variable can be accessed by a short name if seam package
+ * is imported. In this model we duplicate variable, the copy has
+ * name equal to short name of original. This interface is designed
+ * for instantiating a duplication object.
+ *
+ * @author Viacheslav Kabanovich
+ */
public interface ISeamContextShortVariable extends ISeamContextVariable {
+ /**
+ * Returns variable with full name used to create this instance.
+ * @return
+ */
public ISeamContextVariable getOriginal();
}
Show replies by date