Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehutch committed Nov 22, 2021
1 parent d4b321e commit 29e3116
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
class ObjectTypedValueWrapper extends ScanResultObject {
// Parameter value is split into different fields by type, so that serialization and deserialization
// works properly (can't properly serialize a field of Object type, since the concrete type is not
// TODO: remove this class once JSON serialization is removed
/** Enum value. */
// stored in JSON).
private AnnotationEnumValue annotationEnumValue;
Expand Down

0 comments on commit 29e3116

Please sign in to comment.