Table of Contents

Java - Modifier

About

A modifiers affect runtime behaviour of class or method

Not all modifiers are allowed on all classes, for example an interface cannot be final and an enum cannot be abstract.

java.lang.reflect.Modifier contains declarations for all possible modifiers.