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