org.apache.webbeans.component.creation
Class ObserverMethodsBuilder<T>
java.lang.Object
org.apache.webbeans.component.creation.ObserverMethodsBuilder<T>
- Type Parameters:
T - bean class type
public class ObserverMethodsBuilder<T>
- extends Object
| 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 javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
ObserverMethodsBuilder
public ObserverMethodsBuilder(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
- Creates a new instance.
defineObserverMethods
public Set<javax.enterprise.inject.spi.ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)
-
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.