AnnotationRuleProvider<StackCallParam,MethodArgument,CallParamRule>public final class StackCallParamRuleProvider extends java.lang.Object implements AnnotationRuleProvider<StackCallParam,MethodArgument,CallParamRule>
CallParamRule.CallParamRule(int,int)| Constructor | Description |
|---|---|
StackCallParamRuleProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
CallParamRule |
get() |
Provides an instance of
Rule. |
void |
init(StackCallParam annotation,
MethodArgument element) |
Initializes the provider.
|
public StackCallParamRuleProvider()
public void init(StackCallParam annotation, MethodArgument element)
init in interface AnnotationRuleProvider<StackCallParam,MethodArgument,CallParamRule>annotation - the annotation instance.element - the annotated element reference.public CallParamRule get()
Rule.
Must never return null.get in interface AnnotationRuleProvider<StackCallParam,MethodArgument,CallParamRule>Rule.