org.sonar.l10n.pmd.StaticEJBFieldShouldBeFinal.html Maven / Gradle / Ivy
According to the J2EE specification (p.494), an EJB should not have any static fields with write access. However, static read only fields are allowed. This ensures proper behavior especially when instances are distributed by the container on several JREs.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy