static val PRIVATE_VALUE: Int
A resource was explicitly marked as private. This means the resource can not be accessed
outside of its package unless the @*package:type/entry notation is used (the asterisk being
the private accessor). If two R.java files are generated (private + public), the resource
will only be emitted to the private R.java file.
PRIVATE = 1;