org.atmosphere.annotation
Class UUIDProviderServiceProcessor
java.lang.Object
org.atmosphere.annotation.UUIDProviderServiceProcessor
- All Implemented Interfaces:
- Processor<UUIDProvider>
@AtmosphereAnnotation(value=UUIDProviderService.class)
public class UUIDProviderServiceProcessor
- extends Object
- implements Processor<UUIDProvider>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UUIDProviderServiceProcessor
public UUIDProviderServiceProcessor()
handle
public void handle(AtmosphereFramework framework,
Class<UUIDProvider> annotatedClass)
- Description copied from interface:
Processor
- Invoked by the
AnnotationHandler when an annotation is detected.
- Specified by:
handle in interface Processor<UUIDProvider>
- Parameters:
framework - the AtmosphereFrameworkannotatedClass - the annotated classes.
Copyright © 2015. All Rights Reserved.