Class AnnotatedFieldConfiguratorImpl<T>
java.lang.Object
org.jboss.weld.bootstrap.events.configurator.AnnotatedFieldConfiguratorImpl<T>
- Type Parameters:
T-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator<T>
public class AnnotatedFieldConfiguratorImpl<T>
extends Object
implements jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator<T>
Configurator for
AnnotatedField.- Author:
- Martin Kouba
-
Method Summary
Modifier and TypeMethodDescriptionadd(Annotation annotation) jakarta.enterprise.inject.spi.AnnotatedField<T>remove(Predicate<Annotation> predicate) protected AnnotatedFieldConfiguratorImpl<T>self()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
add, getAnnotated, remove, removeAll
-
Method Details
-
self
-
getAnnotated
-
add
-
remove
-
removeAll
-