com.sun.btrace
Interface AnyType


public interface AnyType

This interface type is used in BTrace programs to tell that any reference type [object or array] is allowed in the place where it is used. We use that for method signature matching when signature needs to be specified loosely. Note that we don't want to use java.lang.Object - because user may want to match java.lang.Object exactly.

Author:
A. Sundararajan