@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface OnWebSocketConnect
Only 1 acceptable method pattern for this annotation.
Note: methodName can be any name you want to use.
public void methodName(Session session)Copyright © 1995–2017 Webtide. All rights reserved.