T - bean class typepublic class ObserverMethodsBuilder<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.enterprise.inject.spi.AnnotatedType<T> |
annotatedType |
protected WebBeansContext |
webBeansContext |
| Constructor and Description |
|---|
ObserverMethodsBuilder(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
Creates a new instance.
|
protected final WebBeansContext webBeansContext
protected final javax.enterprise.inject.spi.AnnotatedType<T> annotatedType
public ObserverMethodsBuilder(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
public Set<javax.enterprise.inject.spi.ObserverMethod<?>> defineObserverMethods(AbstractOwbBean<T> bean)
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.