Annotation Interface GuiceAnnotation


@Retention(SOURCE) @Internal public @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

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull io.micronaut.core.annotation.AnnotationValue<GuiceAnnotation>
     
  • Field Details

    • ANNOTATION_VALUE

      @NonNull static final @NonNull io.micronaut.core.annotation.AnnotationValue<GuiceAnnotation> ANNOTATION_VALUE