diff options
Diffstat (limited to 'src/main/resources/profile.json')
| -rw-r--r-- | src/main/resources/profile.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/profile.json b/src/main/resources/profile.json new file mode 100644 index 00000000..e1af4cdb --- /dev/null +++ b/src/main/resources/profile.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "services": { | ||
| 3 | "jar_indexer": [ | ||
| 4 | { | ||
| 5 | "id": "enigma:enum_initializer_indexer" | ||
| 6 | }, | ||
| 7 | { | ||
| 8 | "id": "enigma:specialized_bridge_method_indexer" | ||
| 9 | } | ||
| 10 | ], | ||
| 11 | "name_proposal": [ | ||
| 12 | { | ||
| 13 | "id": "enigma:enum_name_proposer" | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "id": "enigma:specialized_method_name_proposer" | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } | ||
| 20 | } \ No newline at end of file | ||