Annotation Interface MicronautIntercepted
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Internal
@Deprecated(forRemoval=true,
since="4.4.5")
public @interface MicronautIntercepted
Deprecated, for removal: This API element is subject to removal in a future version.
use the Helidon Declarative programming model instead
Used to add interceptors to existing CDI beans to be intercepted by Micronaut interceptors.
DO NOT USE DIRECTLY. Usage is computed by this CDI extension.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Literal used to obtain an instance of the annotation.