Files
javademos/lanes/prompts/features-1-records.txt
T

2 lines
262 B
Plaintext

Review the attached Java class and convert it to a Java 21 record if it is a pure data carrier. Preserve all validation from the old constructor inside a compact constructor. Flag fields that prevent conversion (e.g. mutable state, inheritance) and explain why.