Skip to content

Commit 0156a27

Browse files
committed
edit
1 parent 625a503 commit 0156a27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package org.usf.jquery.web;
2+
3+
import org.usf.jquery.core.Partition;
4+
5+
/**
6+
*
7+
* @author u$f
8+
*
9+
*/
10+
@FunctionalInterface
11+
public interface PartitionBuilder {
12+
13+
Partition build();
14+
15+
}

0 commit comments

Comments
 (0)