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 Type
    Method
    Description
    void
    accept(GenericMethodResource genericMethodResource)
    Check does supplied method can be invoked.