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