|
|||
![]() |
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
method-with-signatureDescriptionThis condition-attribute evaluates to true for methods with a signature that is equal to the specified signature. The types (classes, interfaces and built-in types) are given as a comma-separated list of type-names, and their order is important. The type-names follow the conventions used in Java:
As an example take the following methods:
<log method-with-signature=""/> <!---------------------------------------------------------> <!-- foo() --> <log method-with-signature="java.lang.String"/> <!---------------------------------------------------------> <!-- foo(java.lang.String) --> <log method-with-signature="String"/> <!---------------------------------------------------------> <!-- foo(java.lang.String) --> <log method-with-signature="String[],String"/> <!---------------------------------------------------------> <!-- foo(java.lang.String[],java.lang.String) --> <!-- bar(java.lang.String[],java.lang.String) --> <log method-with-signature="com.abc_company.A_class,int[]"/> <!---------------------------------------------------------> <!-- bar(com.abc_company.A_class,int[]) --> |
||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||
|
©2003, tangentum.com
All rights reserved.
|
|||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||