kotlin是否有@SuppressWarnings("WeakerAccess")
的替代品?
我已经尝试过@Suppress("WeakerAccess")
,但是没有运气。开发库时看到“ 功能xxx可能是私有的”真是令人讨厌。
答案 0 :(得分:0)
在tileGrid.add(
button[rows][columns], // Specific node in the array
columns, // Set the specific column
rows // Set the specific row
); //adds buttons to the tile grid
中编写可利用您的功能的测试代码。