java.lang.Object
io.helidon.service.registry.Interception
Interception annotations and types.
This is the entry point for any annotation and type related to interception in Helidon Service Registry.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Use this annotation to mark a class ready for interception delegation.static @interface
Use this annotation to mark an external class ready for interception delegation.static @interface
Meta-annotation for an annotation that will trigger services annotated with it to become intercepted.static interface
Implementors of this contract must beService.Named
according to theInterception.Intercepted
annotation they support. -
Method Summary