Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.graph
Class Dependency

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.graph.Dependency

public class Dependency
extends Object

Author:
Mike Brock

Method Summary
 boolean equals(Object o)
           
 MetaClass getType()
           
 int hashCode()
           
static Dependency on(Class<?> type)
           
static Dependency on(MetaClass type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

on

public static Dependency on(MetaClass type)

on

public static Dependency on(Class<?> type)

getType

public MetaClass getType()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.