// "Convert to record class" "true-preview" /** * Some class doc * * @param x head doc for x * another head doc for xtail doc for x * @param y head doc for y * internal doc for y * tail doc for y * @see Foo */ record Foo(int x, int y, int z) { }