Annotation Type PacketHandler


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface PacketHandler
    Represent a packet receiver method. It means this method mush own one argument whose class is an implemented Packet.