firstIsCommand

public static boolean firstIsCommand(Method method)

Finds out if the first method parameter is a CommandMessage.

Return

true if the first parameter is a Command message, false otherwise

Parameters

method

the method to inspect