org.apache.webbeans.component.creation
Class ObserverMethodsBuilder<T,I extends InjectionTargetBean<T>>
java.lang.Object
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) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webBeansContext
protected final WebBeansContext webBeansContext
annotatedType
protected final AnnotatedType<T> annotatedType
ObserverMethodsBuilder
public ObserverMethodsBuilder(WebBeansContext webBeansContext,
AnnotatedType<T> annotatedType)
- Creates a new instance.
defineObserverMethods
public Set<ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)
-
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.