public class AnnotatedTypeConfiguratorImpl<T> extends Object implements javax.enterprise.inject.spi.builder.AnnotatedTypeConfigurator<T>
AnnotatedType.| Constructor and Description |
|---|
AnnotatedTypeConfiguratorImpl(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
C |
add(Annotation annotation) |
Set<javax.enterprise.inject.spi.builder.AnnotatedConstructorConfigurator<T>> |
constructors() |
Set<javax.enterprise.inject.spi.builder.AnnotatedFieldConfigurator<? super T>> |
fields() |
A |
getAnnotated() |
Set<javax.enterprise.inject.spi.builder.AnnotatedMethodConfigurator<? super T>> |
methods() |
C |
remove(Annotation annotation) |
C |
remove(Class<? extends Annotation> annotationType) |
C |
removeAll() |
protected AnnotatedTypeConfiguratorImpl<T> |
self() |
public AnnotatedTypeConfiguratorImpl(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
public Set<javax.enterprise.inject.spi.builder.AnnotatedMethodConfigurator<? super T>> methods()
methods in interface javax.enterprise.inject.spi.builder.AnnotatedTypeConfigurator<T>public Set<javax.enterprise.inject.spi.builder.AnnotatedFieldConfigurator<? super T>> fields()
fields in interface javax.enterprise.inject.spi.builder.AnnotatedTypeConfigurator<T>public Set<javax.enterprise.inject.spi.builder.AnnotatedConstructorConfigurator<T>> constructors()
constructors in interface javax.enterprise.inject.spi.builder.AnnotatedTypeConfigurator<T>protected AnnotatedTypeConfiguratorImpl<T> self()
public A getAnnotated()
public C add(Annotation annotation)
public C remove(Annotation annotation)
public C remove(Class<? extends Annotation> annotationType)
public C removeAll()
Copyright © 2016. All rights reserved.