Package org.apache.webbeans.configurator
Class AnnotatedConstructorConfiguratorImpl<T>
- java.lang.Object
-
- org.apache.webbeans.configurator.AnnotatedConstructorConfiguratorImpl<T>
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
public class AnnotatedConstructorConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
-
Constructor Summary
Constructors Constructor Description AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>add(Annotation annotation)javax.enterprise.inject.spi.AnnotatedConstructor<T>getAnnotated()List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>>params()javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>remove(Predicate predicate)javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>removeAll()
-
-
-
Constructor Detail
-
AnnotatedConstructorConfiguratorImpl
public AnnotatedConstructorConfiguratorImpl(AnnotatedConstructorImpl<T> annotatedConstructor)
-
-
Method Detail
-
getAnnotated
public javax.enterprise.inject.spi.AnnotatedConstructor<T> getAnnotated()
- Specified by:
getAnnotatedin interfacejavax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
add
public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> add(Annotation annotation)
- Specified by:
addin interfacejavax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
remove
public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> remove(Predicate predicate)
- Specified by:
removein interfacejavax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
removeAll
public javax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T> removeAll()
- Specified by:
removeAllin interfacejavax.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator<T>
-
-