public class ProcessBeanAttributesImpl<T> extends EventBase implements javax.enterprise.inject.spi.ProcessBeanAttributes<T>
| Constructor and Description |
|---|
ProcessBeanAttributesImpl(javax.enterprise.inject.spi.Annotated annotated,
javax.enterprise.inject.spi.BeanAttributes<T> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefinitionError(Throwable throwable) |
javax.enterprise.inject.spi.Annotated |
getAnnotated() |
javax.enterprise.inject.spi.BeanAttributes<T> |
getAttributes() |
javax.enterprise.inject.spi.BeanAttributes<T> |
getBeanAttributes() |
Throwable |
getDefinitionError() |
boolean |
isVeto() |
void |
setBeanAttributes(javax.enterprise.inject.spi.BeanAttributes<T> tBeanAttributes) |
void |
veto() |
checkState, setStartedpublic ProcessBeanAttributesImpl(javax.enterprise.inject.spi.Annotated annotated,
javax.enterprise.inject.spi.BeanAttributes<T> attributes)
public javax.enterprise.inject.spi.Annotated getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public javax.enterprise.inject.spi.BeanAttributes<T> getBeanAttributes()
getBeanAttributes in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void setBeanAttributes(javax.enterprise.inject.spi.BeanAttributes<T> tBeanAttributes)
setBeanAttributes in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void veto()
veto in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public void addDefinitionError(Throwable throwable)
addDefinitionError in interface javax.enterprise.inject.spi.ProcessBeanAttributes<T>public javax.enterprise.inject.spi.BeanAttributes<T> getAttributes()
public boolean isVeto()
public Throwable getDefinitionError()
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.