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

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