org.atmosphere.samples.chat.custom
Class SampleConfig
java.lang.Object
org.atmosphere.samples.chat.custom.SampleConfig
- All Implemented Interfaces:
- Processor
@AtmosphereAnnotation(value=Config.class)
public class SampleConfig
- extends Object
- implements Processor
A Simple Processor that demonstrate how you can extend you application with custom annotation.
- Author:
- eanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleConfig
public SampleConfig()
handle
public void handle(AtmosphereFramework framework,
Class<? extends Annotation> annotation,
Class<?> discoveredClass)
- Specified by:
handle in interface Processor
Copyright © 2013. All Rights Reserved.