| Represents a modifier on the declaration of a program element such
as a class, method, or field.
Not all modifiers are applicable to all kinds of declarations.
When two or more modifiers appear in the source code of a declaration,
then it is customary, though not required, that they appear in the same
order as the constants listed in the detail section below.
author: Joseph D. Darcy author: Scott Seligman version: 1.1 04/01/25 since: 1.5 |