org.atmosphere.config
Annotation Type AtmosphereAnnotation


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

This annotation is scanned by Atmosphere at runtime to determine Processor implementation. Application that wants to define their own annotation can annotate their class with this annotation.

Author:
Jeanfrancois Arcand

Required Element Summary
 Class<? extends Annotation> value
          Return the handled annotation associated with the Processor
 

Element Detail

value

public abstract Class<? extends Annotation> value
Return the handled annotation associated with the Processor



Copyright © 2013. All Rights Reserved.