org.jboss.weld.resolution
Class TypeSafeBeanResolver.BeanDisambiguation

java.lang.Object
  extended by org.jboss.weld.resolution.TypeSafeBeanResolver.BeanDisambiguation
All Implemented Interfaces:
com.google.common.base.Function<Set<javax.enterprise.inject.spi.Bean<?>>,Set<javax.enterprise.inject.spi.Bean<?>>>
Enclosing class:
TypeSafeBeanResolver<T extends javax.enterprise.inject.spi.Bean<?>>

public static class TypeSafeBeanResolver.BeanDisambiguation
extends Object
implements com.google.common.base.Function<Set<javax.enterprise.inject.spi.Bean<?>>,Set<javax.enterprise.inject.spi.Bean<?>>>


Method Summary
 Set<javax.enterprise.inject.spi.Bean<?>> apply(Set<javax.enterprise.inject.spi.Bean<?>> from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

public Set<javax.enterprise.inject.spi.Bean<?>> apply(Set<javax.enterprise.inject.spi.Bean<?>> from)
Specified by:
apply in interface com.google.common.base.Function<Set<javax.enterprise.inject.spi.Bean<?>>,Set<javax.enterprise.inject.spi.Bean<?>>>


Copyright © 2013 Seam Framework. All Rights Reserved.