|
2 | 2 | :DEPENDENCIES: |
3 | 3 | - ADependency |
4 | 4 | :DEFINITIONS: |
5 | | -- :baseClass: PersonType |
6 | | - :targetClass: InjectablePerson |
7 | | - :targetClassName: InjectablePerson |
| 5 | +- :base_class: PersonType |
| 6 | + :target_class: InjectablePerson |
| 7 | + :target_class_name: InjectablePerson |
8 | 8 | :name: initializer |
9 | | -- :baseClass: PersonType |
10 | | - :targetClass: InjectablePerson |
11 | | - :targetClassName: InjectablePerson |
12 | | -- :baseClass: PersonType |
13 | | - :targetClass: PersonType |
14 | | - :targetClassName: PersonType |
15 | | -- :baseClass: AnotherPersonType |
16 | | - :targetClass: AnotherPersonType |
17 | | - :targetClassName: AnotherPersonType |
18 | | -- :baseClass: PersonType |
19 | | - :targetClass: InjectablePerson |
20 | | - :targetClassName: InjectablePerson |
| 9 | +- :base_class: PersonType |
| 10 | + :target_class: InjectablePerson |
| 11 | + :target_class_name: InjectablePerson |
| 12 | +- :base_class: PersonType |
| 13 | + :target_class: PersonType |
| 14 | + :target_class_name: PersonType |
| 15 | +- :base_class: AnotherPersonType |
| 16 | + :target_class: AnotherPersonType |
| 17 | + :target_class_name: AnotherPersonType |
| 18 | +- :base_class: PersonType |
| 19 | + :target_class: InjectablePerson |
| 20 | + :target_class_name: InjectablePerson |
21 | 21 | :arguments: |
22 | | - - :argumentName: argumentName |
23 | | - :argumentType: ArgumentType |
24 | | -- :baseClass: PersonType |
25 | | - :targetClass: InjectablePerson |
26 | | - :targetClassName: InjectablePerson |
| 22 | + - :argument_name: argument_name |
| 23 | + :argument_type: argument_type |
| 24 | +- :base_class: PersonType |
| 25 | + :target_class: InjectablePerson |
| 26 | + :target_class_name: InjectablePerson |
27 | 27 | :arguments: |
28 | | - - :argumentName: argumentName |
29 | | - :argumentType: ArgumentType |
30 | | - - :argumentName: argumenttypewithoutspecificname |
31 | | - :argumentType: ArgumentTypeWithoutSpecificName |
32 | | - - :argumentName: title |
33 | | - :argumentType: String |
34 | | - - :argumentName: string |
35 | | - :argumentType: String |
36 | | -- :baseClass: PersonType |
37 | | - :targetClass: InjectablePerson |
38 | | - :targetClassName: InjectablePerson |
| 28 | + - :argument_name: argument_name |
| 29 | + :argument_type: argument_type |
| 30 | + - :argument_name: argument_typewithoutspecificname |
| 31 | + :argument_type: argument_typeWithoutSpecificName |
| 32 | + - :argument_name: title |
| 33 | + :argument_type: String |
| 34 | + - :argument_name: string |
| 35 | + :argument_type: String |
| 36 | +- :base_class: PersonType |
| 37 | + :target_class: InjectablePerson |
| 38 | + :target_class_name: InjectablePerson |
39 | 39 | :name: initializer |
40 | 40 | :arguments: |
41 | | - - :argumentName: argumentName |
42 | | - :argumentType: ArgumentType |
43 | | - - :argumentName: argumenttypewithoutspecificname |
44 | | - :argumentType: ArgumentTypeWithoutSpecificName |
45 | | - - :argumentName: title |
46 | | - :argumentType: String |
47 | | - - :argumentName: string |
48 | | - :argumentType: String |
| 41 | + - :argument_name: argument_name |
| 42 | + :argument_type: argument_type |
| 43 | + - :argument_name: argument_typewithoutspecificname |
| 44 | + :argument_type: argument_typeWithoutSpecificName |
| 45 | + - :argument_name: title |
| 46 | + :argument_type: String |
| 47 | + - :argument_name: string |
| 48 | + :argument_type: String |
0 commit comments