Annotation Interface ProvidedBy


() () public @interface ProvidedBy
A pointer to the default provider type for a type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    <? extends Provider<?>>
    The implementation type.
  • Element Details

    • value

      <? extends Provider<?>> value
      The implementation type.