public class VoidMethodsMustNotBeReturnValueConstrained extends MethodConfigurationRule
LOG| Constructor and Description |
|---|
VoidMethodsMustNotBeReturnValueConstrained() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ConstrainedExecutable executable,
ConstrainedExecutable otherExecutable)
Applies this rule.
|
isDefinedOnParallelType, isDefinedOnSubType, isStrictSubTypepublic VoidMethodsMustNotBeReturnValueConstrained()
public void apply(ConstrainedExecutable executable, ConstrainedExecutable otherExecutable)
MethodConfigurationRuleExecutableMetaData.Builder.apply in class MethodConfigurationRuleexecutable - The first method to check.otherExecutable - The other method to check.Copyright © 2019 JBoss by Red Hat. All rights reserved.