org.atmosphere.config.service
Annotation Type ManagedService


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ManagedService

A Meta annotation that configure Atmosphere with

Annotating your AtmosphereHandler is the same as doing:

Author:
Jeanfrancois Arcand

Optional Element Summary
 String path
          The mapping path, or context-root used to map this AtmosphereHandler
 

path

public abstract String path
The mapping path, or context-root used to map this AtmosphereHandler

Returns:
mapping path, or context-root used to map this AtmosphereHandler
Default:
"/"


Copyright © 2012. All Rights Reserved.