Thursday, February 12, 2009

Javadoc of the day

/**
* Examines the argument type and its fields and perform some documented
* operation. No specific operations are required.
*
* @param any an argument.
* @return a compiler-specific value, or null if no compiler
* is available.
* @exception NullPointerException if any is
* null.
*/
public static native Object command(Object any);

No comments:

Post a Comment