public interface Pointcut
MethodInterceptorがどこに適用されるのかをあらわすインターフェースです。| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isApplied(Method method)
指定されたメソッドに
org.aopalliance.intercept.MethodInterceptorが適用されるかどうかを返します。 |
boolean isApplied(Method method)
org.aopalliance.intercept.MethodInterceptorが適用されるかどうかを返します。method - Copyright © 2015 The DBFlute Project. All rights reserved.