T
- bean class typepublic class ObserverMethodsBuilder<T,I extends InjectionTargetBean<T>> extends Object
AbstractBeanBuilder
.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.
|
Modifier and Type | Method and Description |
---|---|
Set<javax.enterprise.inject.spi.ObserverMethod<?>> |
defineObserverMethods(AbstractOwbBean<T> bean) |
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–2016 The Apache Software Foundation. All rights reserved.