net.sf.rej.java.attribute.generics
Class Any

java.lang.Object
  extended by net.sf.rej.java.attribute.generics.Any
All Implemented Interfaces:
TypeArgument

public class Any
extends java.lang.Object
implements TypeArgument

A wildcard TypeArgument which will match any type.

Author:
Sami Koivu

Constructor Summary
Any()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Any

public Any()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object