Modifier and Type | Method and Description |
---|---|
RuleConstructor.MethodClause |
RuleConstructor.MethodClause.includeSubclases()
Defining that the rule will be injected to all sub-classes
or classes implementing the interface.
|
RuleConstructor.MethodClause |
RuleConstructor.ClassClause.onClass(Class<?> clazz)
Class that rule event is associated to.
|
RuleConstructor.MethodClause |
RuleConstructor.ClassClause.onClass(String className)
Class name that rule event is associated to.
|
RuleConstructor.MethodClause |
RuleConstructor.ClassClause.onInterface(Class<?> clazz)
Interface that rule event is associated to.
|
RuleConstructor.MethodClause |
RuleConstructor.ClassClause.onInterface(String className)
Interface name that rule event is associated to.
|
Copyright © 2017. All rights reserved.