Module java.base
Package java.lang.reflect

Class Modifier

java.lang.Object
java.lang.reflect.Modifier

public classModifierextendsObject
The Modifier class providesstatic methods and constants to decode class and member access modifiers. The sets of modifiers are represented as integers with distinct bit positions representing different modifiers. The values for the constants representing the modifiers are taken from the tables in sections4.1,4.4,4.5, and4.7 ofThe Java Virtual Machine Specification.
Since:
1.1
See Also: