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