implementation for java.lang.reflect.RecordComponent
Chris Hegarty
chris.hegarty at oracle.com
Mon Oct 7 16:25:25 UTC 2019
Vicente,
> On 5 Oct 2019, at 00:36, Vicente Romero <vicente.romero at oracle.com> wrote:
>
> Hi,
>
> I have pushed which is the first stab in the implementation of java.lang.reflect.RecordComponent, see full code at [1]. I have also removed method Class::getRecordAccessors, in favor or Class::getRecordComponents.
Class:: getRecordComponents is not explicit about the ordering of the components. I assume that the returned order is that of the declaration order. Should this be explicit?
-Chris.
More information about the amber-dev
mailing list