com.puppycrawl.tools.checkstyle.checks.j2ee
public abstract class AbstractBeanCheck extends AbstractJ2eeCheck
public
.abstract
or
final
.public
constructor with no parameters.finalize
method.Method Summary | |
---|---|
protected void | checkBean(DetailAST aAST, String aBeanType, boolean aAllowAbstract)
Checks a bean class requirements.
|
int[] | getDefaultTokens()
{@inheritDoc} |
int[] | getRequiredTokens()
{@inheritDoc} |
public
.public
constructor with no parameters.finalize
method.Parameters: aAST CLASS_DEF node for class definition to check. aBeanType bean type for error messages. aAllowAbstract if false, the class cannot be abstract.