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 java.lang.Object
implements javax.enterprise.inject.spi.ProcessAnnotatedType<X>

Default implementation of the ProcessAnnotatedType.

Version:
$Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $

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 isSet()
          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>

isSet

public boolean isSet()
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-2011 The Apache Software Foundation. All Rights Reserved.