first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
import net.sf.jasperreports.engine.JRException;
|
||||
import net.sf.jasperreports.engine.JRExpression;
|
||||
|
||||
public interface JRFillExpressionEvaluator {
|
||||
Object evaluate(JRExpression paramJRExpression, byte paramByte) throws JRException;
|
||||
}
|
Reference in New Issue
Block a user