Annotation Type Provider


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface Provider
    Annotation is used to mark the Provider injection point. A provider, is a factory class of type Provider which provides scenario methods with object instances of that particular provider. An example of provider is UUIDProvider which generates random UUIDs:

    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    See Also:
    Provider
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Provider> clazz  
    • Element Detail

      • clazz

        java.lang.Class<? extends Provider> clazz