public interface AnnotatedFieldConfigurator<T>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedFieldConfigurator<T> |
add(Annotation annotation)
Add an annotation to the field.
|
AnnotatedField<T> |
getAnnotated() |
AnnotatedFieldConfigurator<T> |
remove(Predicate<Annotation> annotation)
Removes all Annotations which fit the given Predicate
|
default AnnotatedFieldConfigurator<T> |
removeAll()
removes all Annotations
|
AnnotatedField<T> getAnnotated()
AnnotatedFieldAnnotatedFieldConfigurator<T> add(Annotation annotation)
annotation - to addAnnotatedFieldConfigurator<T> remove(Predicate<Annotation> annotation)
annotation - default AnnotatedFieldConfigurator<T> removeAll()
Copyright © 2021. All rights reserved.