public interface AnnotatedParameterConfigurator<T>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedParameterConfigurator<T> |
add(Annotation annotation)
Adds an instance of the given annotation to the parameter.
|
AnnotatedParameter<T> |
getAnnotated() |
AnnotatedParameterConfigurator<T> |
remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedParameterConfigurator<T> |
removeAll()
removes all Annotations
|
AnnotatedParameter<T> getAnnotated()
AnnotatedParameterConfigurator<T> add(Annotation annotation)
annotation - AnnotatedParameterConfigurator<T> remove(Predicate<Annotation> annotation)
annotation - default AnnotatedParameterConfigurator<T> removeAll()
Copyright © 2021. All rights reserved.