class is not public in my package and cannot be accessed from outside package

╰+攻爆jí腚メ 2022-03-08 05:28 845阅读 0赞

错误提示

class is not public in my package and cannot be accessed from outside package

含义:

If the class is not public, it is not part of the public API, so it’s not intended (or really possible) for you to use.

参考

:https://stackoverflow.com/questions/23418555/class-is-not-public-in-my-package-and-cannot-be-accessed-from-outside-package

发表评论

表情:
评论列表 (有 0 条评论,845人围观)

还没有评论,来说两句吧...

相关阅读