org.jboss.errai.ioc.rebind
Class Rule

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.Rule

public class Rule
extends Object

Author:
Mike Brock

Constructor Summary
Rule()
           
 
Method Summary
static List<org.jboss.errai.ioc.rebind.IOCProcessorFactory.RuleDef> after(Class<? extends Annotation>... annos)
           
static List<org.jboss.errai.ioc.rebind.IOCProcessorFactory.RuleDef> before(Class<? extends Annotation>... annos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule()
Method Detail

before

public static List<org.jboss.errai.ioc.rebind.IOCProcessorFactory.RuleDef> before(Class<? extends Annotation>... annos)

after

public static List<org.jboss.errai.ioc.rebind.IOCProcessorFactory.RuleDef> after(Class<? extends Annotation>... annos)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.