org.apache.webbeans.component.creation
Class ObserverMethodsBuilder<T,I extends InjectionTargetBean<T>>

java.lang.Object
  extended by org.apache.webbeans.component.creation.ObserverMethodsBuilder<T,I>
Type Parameters:
T - bean class type

public class ObserverMethodsBuilder<T,I extends InjectionTargetBean<T>>
extends Object

Abstract implementation of AbstractBeanBuilder.

Version:
$Rev: 1465291 $ $Date: 2013-04-06 21:04:24 +0200 (Sat, 06 Apr 2013) $

Field Summary
protected  AnnotatedType<T> annotatedType
           
protected  WebBeansContext webBeansContext
           
 
Constructor Summary
ObserverMethodsBuilder(WebBeansContext webBeansContext, AnnotatedType<T> annotatedType)
          Creates a new instance.
 
Method Summary
 Set<ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webBeansContext

protected final WebBeansContext webBeansContext

annotatedType

protected final AnnotatedType<T> annotatedType
Constructor Detail

ObserverMethodsBuilder

public ObserverMethodsBuilder(WebBeansContext webBeansContext,
                              AnnotatedType<T> annotatedType)
Creates a new instance.

Method Detail

defineObserverMethods

public Set<ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.