blob: 1bcbec66f83eedeb832ee8ae10c92e641f6bbf19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"required": true,
"package": "com.hawarth.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}
|