projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Clean imports.
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
database
/
SoneBuilderFactory.java
1
package net.pterodactylus.sone.database;
2
3
/**
4
* Factory for {@link SoneBuilder}s.
5
*
6
* @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
7
*/
8
public interface SoneBuilderFactory {
9
10
SoneBuilder newSoneBuilder();
11
12
}