Recently I'm reading an API document,I always see people use '$' sign like this:
Object result = barService.$invoke("sayHello", new String[] { "java.lang.String" }, new Object[] { "World" });
I've searched a long time,still can't get the meaning of this sign.Could anybody tell me how to use '$' and what does it represent for?