All Classes and Interfaces

Class
Description
Access restriction policy — determines what access is OK and what are not.
References are only allowed within the same module, as in NoExternalUse, or when a special flag is set in the consuming module.
This type, field, or method shall never be referenced from anywhere at all.
 
Indicates the location that the use occurred.
References are allowed only when they are within the same module (that is, if the reference is compiled at the same time as the restricted element.)
No access restriction whatsoever.
A method which may be implemented/overridden from anywhere, including super calls, but may not be otherwise called outside the source module.
Indicates that a particular element is really deprecated and that the access to it is subject to the additional restrictions.
Represents the element annotated by Restricted