Annotation Interface ProviderOf


@Documented @Inherited @Retention(SOURCE) @Target(TYPE) public @interface ProviderOf
The class this interface delegate to.

This interface has a getter that returns an instance of the class. Every other method has a default implementation which delegates to the corresponding method on the instance of the class

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details