public abstract class SelectorAnnotationProcessor extends Object
| Constructor and Description |
|---|
SelectorAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends Annotation> |
annotationClass() |
static Optional<SelectorAnnotationProcessor> |
get(Annotation annotation) |
abstract long |
metrics() |
abstract Object |
process(AnnotationBasedConfigurationFactory factory,
Object configuration,
Method method,
Annotation annotation) |
public static Optional<SelectorAnnotationProcessor> get(Annotation annotation)
public abstract long metrics()
public abstract Object process(AnnotationBasedConfigurationFactory factory, Object configuration, Method method, Annotation annotation)
public abstract Class<? extends Annotation> annotationClass()
Copyright © 2020. All rights reserved.