Interface ExpressionEvaluationContextRegistrar

All Superinterfaces:
Ordered, Toggleable, TypeElementVisitor<AnnotationExpressionContext,AnnotationExpressionContext>
All Known Implementing Classes:
ContextRegistrar

public interface ExpressionEvaluationContextRegistrar extends TypeElementVisitor<AnnotationExpressionContext,AnnotationExpressionContext>
Custom type that simplifies registering a new context class.

A META-INF/services/io.micronaut.inject.visitor.TypeElementVisitor should be created for any new implementations.

Since:
4.0.0