Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Aug 27, 2024
1 parent 625a503 commit 0156a27
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/java/org/usf/jquery/web/PartitionBuilder.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.usf.jquery.web;

import org.usf.jquery.core.Partition;

/**
*
* @author u$f
*
*/
@FunctionalInterface
public interface PartitionBuilder {

Partition build();

}

0 comments on commit 0156a27

Please sign in to comment.