org.apache.webbeans.portable.events
Class ProcessAnnotatedTypeImpl<X>

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl<X>
Type Parameters:
X - bean class info
All Implemented Interfaces:
javax.enterprise.inject.spi.ProcessAnnotatedType<X>
Direct Known Subclasses:
GProcessAnnotatedType

public class ProcessAnnotatedTypeImpl<X>
extends Object
implements javax.enterprise.inject.spi.ProcessAnnotatedType<X>

Default implementation of the ProcessAnnotatedType.

Version:
$Rev: 1182847 $ $Date: 2011-10-13 15:31:37 +0200 (Do, 13 Okt 2011) $

Constructor Summary
ProcessAnnotatedTypeImpl(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
          Creates a new instance with the given annotated type.
 
Method Summary
 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()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessAnnotatedTypeImpl

public ProcessAnnotatedTypeImpl(javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
Creates a new instance with the given annotated type.

Parameters:
annotatedType - annotated type
Method Detail

getAnnotatedType

public javax.enterprise.inject.spi.AnnotatedType<X> getAnnotatedType()

Specified by:
getAnnotatedType in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>

setAnnotatedType

public void setAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<X> type)

Specified by:
setAnnotatedType in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>

isModifiedAnnotatedType

public boolean isModifiedAnnotatedType()
Returns sets or not.

Returns:
set or not

veto

public void veto()

Specified by:
veto in interface javax.enterprise.inject.spi.ProcessAnnotatedType<X>

isVeto

public boolean isVeto()
Returns veto status.

Returns:
veto status


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.