git://git.nikiroo.be
/
fanfix.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge commit '7ce18848c8327967ce27b90abf2e280953530b5f'
[fanfix.git]
/
src
/
be
/
nikiroo
/
fanfix
/
data
/
package-info.java
Commit
Line
Data
08fe2e33
NR
1
/**
2
* This package contains the data structure used by the program, without the
3
* logic behind them.
8b152e7b
NR
4
* <p>
5
* All the classes inside are serializable.
08fe2e33
NR
6
*
7
* @author niki
8
*/
9
package be.nikiroo.fanfix.data;