org.jboss.weld.resolution
Class ResolvableFactory

java.lang.Object
  extended by org.jboss.weld.resolution.ResolvableFactory

public class ResolvableFactory
extends java.lang.Object


Method Summary
static Resolvable of(javax.enterprise.inject.spi.InterceptionType interceptionType, java.lang.annotation.Annotation... bindings)
           
static Resolvable of(java.util.Set<java.lang.reflect.Type> typeClosure, AbstractClassBean<?> declaringBean, java.lang.annotation.Annotation... bindings)
           
static Resolvable of(java.util.Set<java.lang.reflect.Type> typeClosure, java.util.Set<java.lang.annotation.Annotation> bindings, AbstractClassBean<?> declaringBean)
           
static Resolvable of(WeldAnnotated<?,?> element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static Resolvable of(WeldAnnotated<?,?> element)

of

public static Resolvable of(java.util.Set<java.lang.reflect.Type> typeClosure,
                            java.util.Set<java.lang.annotation.Annotation> bindings,
                            AbstractClassBean<?> declaringBean)

of

public static Resolvable of(java.util.Set<java.lang.reflect.Type> typeClosure,
                            AbstractClassBean<?> declaringBean,
                            java.lang.annotation.Annotation... bindings)

of

public static Resolvable of(javax.enterprise.inject.spi.InterceptionType interceptionType,
                            java.lang.annotation.Annotation... bindings)


Copyright © 2008-2009 Seam Framework. All Rights Reserved.