5 lines
90 B
Java
5 lines
90 B
Java
package org.apache.batik.bridge;
|
|
|
|
public interface NoRepaintRunnable extends Runnable {
|
|
}
|