X - bean class infopublic class ProcessAnnotatedTypeImpl<X> extends EventBase implements javax.enterprise.inject.spi.ProcessAnnotatedType<X>, AfterObserver
ProcessAnnotatedType.| Constructor and Description |
|---|
ProcessAnnotatedTypeImpl(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
Creates a new instance with the given annotated type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterObserver() |
javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<X> |
configureAnnotatedType() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getAnnotatedType() |
boolean |
isModifiedAnnotatedType()
Returns sets or not.
|
boolean |
isVeto()
Returns veto status.
|
void |
setAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> type) |
void |
veto() |
checkState, setStartedpublic ProcessAnnotatedTypeImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
annotatedType - annotated typepublic javax.enterprise.inject.spi.AnnotatedType<X> getAnnotatedType()
getAnnotatedType in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>public void setAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> type)
setAnnotatedType in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>public boolean isModifiedAnnotatedType()
public void veto()
veto in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>public javax.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator<X> configureAnnotatedType()
configureAnnotatedType in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>public boolean isVeto()
public void afterObserver()
afterObserver in interface AfterObserverCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.