rules.InterfaceMemberImpliedModifier.md Maven / Gradle / Ivy
Checks that members of an interface explicitly state their modifiers. From Java 9 the implied modifiers for members
are different depending on whether they are on a class or an interface. Explicitly stating the modifiers removes the
need for the developer to remember the differences.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy