-
Allow access to all classes, superseding all previous rules.
RulesBuilder.PackageScope.denyAll()
Deny access to all classes, superseding all previous rules.
Deny access to all classes, superseding all previous rules.
RulesBuilder.ClassScope.end()
End the current rules for this class and return to the package scope.
End the current rules for this class and package, and begin a new package scope.
Define specific rules against the given package, which can supersede all previous
rules.
End the current rules for this package and begin a new package scope.