@FunctionalInterface public static interface DeclarativeContract.AnnotationProcessor<E extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
void |
process(E annotation,
MethodMetadata metadata) |
void process(E annotation, MethodMetadata metadata)
annotation - present on the current element.metadata - collected so far relating to the current java method.Copyright © 2012–2021 OpenFeign. All rights reserved.