8384858687888990919293
try { for (Method m : c.getMethods()) { MENetworkEventSubscribe s = m.getAnnotation( MENetworkEventSubscribe.class ); if ( s != null ) { Class types[] = m.getParameterTypes(); if ( types.length == 1 ) {