public final class CallMethodRuleProvider extends Object implements AnnotationRuleProvider<CallMethod,Method,CallMethodRule>
CallMethodRule
Constructor and Description |
---|
CallMethodRuleProvider() |
Modifier and Type | Method and Description |
---|---|
CallMethodRule |
get()
Provides an instance of
Rule . |
void |
init(CallMethod annotation,
Method element)
Initializes the provider.
|
public void init(CallMethod annotation, Method element)
init
in interface AnnotationRuleProvider<CallMethod,Method,CallMethodRule>
annotation
- the annotation instance.element
- the annotated element reference.public CallMethodRule get()
Rule
.
Must never return null.get
in interface AnnotationRuleProvider<CallMethod,Method,CallMethodRule>
Rule
.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.