Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since
5.3.2
5.3.2

Since release 5.3.2, instance variables may be protected, or package private (that is, no visibility modifier). Under specific circumstances they may even be public (they public fields must either be final, or have the @Retain annotation).

...