Annotation Type ProvidedBy


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

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

    • value

      java.lang.Class<? extends Provider<?>> value
      The implementation type.