Commit d93001f
committed
ArC: remove Gizmo 1 FieldDescriptors and deprecate Gizmo 1 MethodDescriptors
These classes are no longer used in ArC, because all code was migrated
to Gizmo 2 and uses `{Field,Method}Descs` instead.
Hence, `FieldDescriptors` can be removed, because it isn't `public`.
`MethodDescriptors`, on the other hand, is `public`, so we cannot
remove it immediately. Instead, we deprecate it for removal.
Note that the Gizmo 2 `{Field,Method}Descs` are both not `public`,
so they cannot be used outside ArC.1 parent e3bd6b1 commit d93001f
File tree
2 files changed
+1
-46
lines changed- independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor
2 files changed
+1
-46
lines changedLines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
57 | 54 | | |
58 | 55 | | |
59 | 56 | | |
| |||
0 commit comments