Annotation Interface GuiceAnnotation
Internal meta-annotation for identifying Guice annotated beans.
A Guice annotated bean is a bean that is meta annotated with the annotation ScopeAnnotation
.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull io.micronaut.core.annotation.AnnotationValue<GuiceAnnotation>
-
Field Details
-
ANNOTATION_VALUE
@NonNull static final @NonNull io.micronaut.core.annotation.AnnotationValue<GuiceAnnotation> ANNOTATION_VALUE
-