com.puppycrawl.tools.checkstyle.checks.j2ee

Class RemoteInterfaceCheck

public class RemoteInterfaceCheck extends AbstractInterfaceCheck

Checks the methods of a remote interface. Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 12.2.8.

Author: Rick Giles

Constructor Summary
RemoteInterfaceCheck()
Constructs a RemoteInterfaceCheck.
Method Summary
voidvisitToken(DetailAST aAST)
{@inheritDoc}

Constructor Detail

RemoteInterfaceCheck

public RemoteInterfaceCheck()
Constructs a RemoteInterfaceCheck.

Method Detail

visitToken

public void visitToken(DetailAST aAST)
{@inheritDoc}