summaryrefslogtreecommitdiff
path: root/src/main/resources/profile.json
blob: e1af4cdbdc8c19616c5b55473d441975b6a36e08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "services": {
    "jar_indexer": [
      {
        "id": "enigma:enum_initializer_indexer"
      },
      {
        "id": "enigma:specialized_bridge_method_indexer"
      }
    ],
    "name_proposal": [
      {
        "id": "enigma:enum_name_proposer"
      },
      {
        "id": "enigma:specialized_method_name_proposer"
      }
    ]
  }
}