Annotation Interface ClassNamed


@Qualifier @Documented @Retention(RUNTIME) public @interface ClassNamed
This annotation is effectively the same as Named where the Named.value() is a Class name instead of a String.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class used will function as the name.
  • Element Details

    • value

      Class<?> value
      The class used will function as the name.
      Returns:
      the class