Annotation Interface AnnotationSelector


@Retention(CLASS) @Target({TYPE,METHOD,PARAMETER}) public @interface AnnotationSelector

An AnnotationSelector is used to filter beans annotated with a particular annotation during dependency injection.

Since:
1.0
Author:
Jeremy Kuhn
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Designates the annotation that must be present on a bean to be wired to the annotated socket.
  • Element Details

    • value

      Class<?> value

      Designates the annotation that must be present on a bean to be wired to the annotated socket.

      Returns:
      An annotation type