Enumeration type that represents an "accessibility" level for
a java class, field or method.
Change of access rights from lower to higher visibility rating is a
binary-compatible change. Change of access rights from higher to
lower is a binary-incompatible change.
Public > Protected > Package > Private
author: Simon Kitching |