T - public class AnnotatedMethodConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>
AnnotatedMethod.| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotatedParameterConfiguratorImpl<T>> |
params |
| Modifier and Type | Method and Description |
|---|---|
C |
add(Annotation annotation) |
A |
getAnnotated() |
List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> |
params() |
C |
remove(Predicate<Annotation> predicate) |
C |
removeAll() |
protected AnnotatedMethodConfiguratorImpl<T> |
self() |
protected final List<AnnotatedParameterConfiguratorImpl<T>> params
public List<javax.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator<T>> params()
params in interface javax.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator<T>protected AnnotatedMethodConfiguratorImpl<T> self()
public A getAnnotated()
public C add(Annotation annotation)
public C remove(Predicate<Annotation> predicate)
public C removeAll()
Copyright © 2017. All rights reserved.