blob: cf6880b4120a73e9d3f807118477542344a1ef7d [file] [log] [blame]
package records;
@Deprecated
public record Point(@MyAnnot int comp_) {
public Point {
}
}