PermissionCollection.setReadOnly

Marks this PermissionCollection object as "readonly". After a PermissionCollection object is marked as readonly, no new Permission objects can be added to it using {@code add}.

class PermissionCollection
void
setReadOnly
()

Meta