You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naming an interface with the suffix MXBean marks it as being an MXBean. This should be allowed by the IdentifierName check such that one does not have to add a suppression to every MXBean interface.
There is also an @MXBean annotation that can be used as an alternative for the name suffix, but MXBeans are basically always a public API (they can be accessed via the JVM management interface), so probably many users will not want to rename existing types.
The text was updated successfully, but these errors were encountered:
Naming an interface with the suffix
MXBean
marks it as being an MXBean. This should be allowed by theIdentifierName
check such that one does not have to add a suppression to every MXBean interface.There is also an
@MXBean
annotation that can be used as an alternative for the name suffix, but MXBeans are basically always a public API (they can be accessed via the JVM management interface), so probably many users will not want to rename existing types.The text was updated successfully, but these errors were encountered: