-
Sub-task
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
None
-
generic
-
generic
When a plain record is generated, all of it's constructors get MethodParameters-attributes generated into the classfile.
One would assume that the same would happen for the primitive records
static object factory methods, so that they might look more or less the same from a reflection point of view.
I'll investigate whether they would behave the same (reflection-wise) so they could get the same treatment in simple reflection cases.
One would assume that the same would happen for the primitive records
static object factory methods, so that they might look more or less the same from a reflection point of view.
I'll investigate whether they would behave the same (reflection-wise) so they could get the same treatment in simple reflection cases.
- relates to
-
JDK-8273018 [lworld] Property annotation propagation to <init> lacks in primitive records
- Resolved