org.jboss.cdi.tck.tests.lookup.injectionpoint
Class BeanWithInjectionPointMetadata

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.BeanWithInjectionPointMetadata

public class BeanWithInjectionPointMetadata
extends Object

Test bean with injection point on the constructor of the bean

Author:
David Allen

Constructor Summary
BeanWithInjectionPointMetadata()
           
 
Method Summary
 javax.enterprise.inject.spi.InjectionPoint getInjectedMetadata()
           
static boolean isDestroyed()
           
 void onDestroy()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanWithInjectionPointMetadata

public BeanWithInjectionPointMetadata()
Method Detail

getInjectedMetadata

public javax.enterprise.inject.spi.InjectionPoint getInjectedMetadata()

onDestroy

@PreDestroy
public void onDestroy()

isDestroyed

public static boolean isDestroyed()

reset

public static void reset()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.