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
value
public abstract Class<? extends Annotation> value
- Return the handled annotation associated with the
Processor
Copyright © 2013. All Rights Reserved.