repo.or.cz
/
reguloj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add jspecify
[reguloj.git]
/
src
/
main
/
java
/
module-info.java
blob
146f32f51a9d8b68bdd018f61400fbe25b5a442d
1
/*
2
* SPDX-FileCopyrightText: The reguloj Authors
3
* SPDX-License-Identifier: 0BSD
4
*/
5
@org
.
jspecify
.
annotations
.
NullMarked
6
module wtf
.
metio
.
reguloj
{
7
8
requires org
.
jspecify
;
9
10
exports wtf
.
metio
.
reguloj
;
11
12
}