// "Replace with 'A.RADIUS'" "true-preview" class A { public static String RADIUS = "radius"; public void myMethod(String propertyName) { if ("radius".equals(propertyName)) { } } }