Skip to content

Commit

Permalink
Adds proper JavaDoc comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1485146 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lukaszlenart committed May 22, 2013
1 parent ce1530b commit e575448
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package com.opensymphony.xwork2.interceptor;

/**
* <code>ValidationWorkflowAware</code>
* ValidationWorkflowAware classes can programmatically change result name when errors occurred
*
* This interface can be only applied to action which already implements {@link com.opensymphony.xwork2.ValidationAware} interface!
*/
public interface ValidationWorkflowAware {

String getInputResultName();

}

0 comments on commit e575448

Please sign in to comment.