X
- bean class infopublic class ProcessAnnotatedTypeImpl<X> extends Object implements javax.enterprise.inject.spi.ProcessAnnotatedType<X>
ProcessAnnotatedType
.Constructor and Description |
---|
ProcessAnnotatedTypeImpl(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
Creates a new instance with the given annotated type.
|
Modifier and Type | Method and Description |
---|---|
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() |
public ProcessAnnotatedTypeImpl(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 boolean isVeto()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.