com.neeve.server.app.annotations
Annotation Type AppCommandHandler


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AppCommandHandler

Annotates methods in the application that serve as command handlers.


Required Element Summary
 String command
           
 

Element Detail

command

public abstract String command


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.