@Dependent public class NoInterceptMethodsValidationRule extends Object implements ValidationRule
| Modifier | Constructor and Description |
|---|---|
protected |
NoInterceptMethodsValidationRule()
Deprecated.
CDI eyes only
|
|
NoInterceptMethodsValidationRule(StepInvoker stepInvoker) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Class<?> originalType,
net.vidageek.mirror.list.dsl.MirrorList<Method> methods) |
protected NoInterceptMethodsValidationRule()
@Inject public NoInterceptMethodsValidationRule(StepInvoker stepInvoker)
public void validate(Class<?> originalType, net.vidageek.mirror.list.dsl.MirrorList<Method> methods)
validate in interface ValidationRuleoriginalType - - Interceptor type to be validatedmethods - - MirrorList of all interceptor methodsCopyright © 2014 Caelum. All rights reserved.