org.jboss.errai.ioc.rebind.ioc.extension
Class Rule
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.extension.Rule
public class Rule
- extends Object
- Author:
- Mike Brock
Constructor Summary |
Rule()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rule
public Rule()
before
public static List<RuleDef> before(Collection<Class<? extends Annotation>>... annos)
before
public static List<RuleDef> before(Class<? extends Annotation>... annos)
after
public static List<RuleDef> after(Collection<Class<? extends Annotation>>... annos)
after
public static List<RuleDef> after(Class<? extends Annotation>... annos)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.