Interface MethodInvokerFilter
public interface MethodInvokerFilter
Can be used for check is
GenericMethodResource can be invoked. For
example can be checked permission to invoke method according to annotation
JSR-250.- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(GenericMethodResource genericMethodResource) Check does supplied method can be invoked.
-
Method Details
-
accept
Check does supplied method can be invoked.- Parameters:
genericMethodResource- SeeGenericMethodResource
-