Back to project page steamchat.
The source code is released under:
Apache License
If you think the Android project steamchat listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.kevelbreh.steamchat.steam.handler2; /*from w w w.j a v a 2 s . c om*/ public class Handler { /** * */ public @interface Handle { /** * * @return */ int message() default 0; /** * * @return */ boolean proto() default true; } public Handler() { } }