index
:
github/BBsentials.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
de
/
hype
/
bbsentials
/
api
/
ISimpleOption.java
blob: c6e1158f9b5e39a9da9498bc166db5a1398a95be (
plain
)
1
2
3
4
5
package
de.hype.bbsentials.api
;
public
interface
ISimpleOption
{
void
set
(
Object
value
);
}