Defines where the link to the target can be referenced. Public = visible anywhere; private = visible only in the source type; ...

Defines where the link to the target can be referenced. Public = visible anywhere; private = visible only in the source type; protected = visible to types that inherit from the source type; package = visible in the Package owning the source type, if there is one. Default = public.