Files
HRMS/hrmsEjb/net/sf/jasperreports/engine/fill/JRFillCloneable.java
2025-07-28 13:56:49 +05:30

6 lines
155 B
Java

package net.sf.jasperreports.engine.fill;
public interface JRFillCloneable {
JRFillCloneable createClone(JRFillCloneFactory paramJRFillCloneFactory);
}