[Keywords] Map variable

Hi,
You may create keyword in this way also,

public class testOfTest {

@Keyword

public void map(Map<String, String> myMap){

}

}