shlogg · Early preview
Thellu @lh728

Java Inner Class Final Parameters

When using inner classes, parameters must be prefixed with `final` unless the class doesn't use them. This ensures consistency and avoids confusing changes to original parameter values.