Class AnnotatedFieldConfiguratorImpl<T>
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.configurator.AnnotatedFieldConfiguratorImpl<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
AnnotatedFieldConfigurator<T>
public class AnnotatedFieldConfiguratorImpl<T> extends Object implements AnnotatedFieldConfigurator<T>
Configurator forAnnotatedField.- Author:
- Martin Kouba
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cadd(Annotation annotation)AgetAnnotated()Cremove(Predicate<Annotation> predicate)CremoveAll()protected AnnotatedFieldConfiguratorImpl<T>self()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
add, getAnnotated, remove, removeAll
-
-
-
-
Method Detail
-
self
protected AnnotatedFieldConfiguratorImpl<T> self()
-
getAnnotated
public A getAnnotated()
-
add
public C add(Annotation annotation)
-
remove
public C remove(Predicate<Annotation> predicate)
-
removeAll
public C removeAll()
-
-