Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalHomeInterfaceMethodChecker
Checks the local home interface requirements:
every method must not throw the
java.rmi.RemoteException
Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2. |
class |
RemoteHomeInterfaceMethodChecker
Checks methods of a remote home interface check.
|