Annotation Type PetiteProvider


  • @Documented
    @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface PetiteProvider
    Marker for Petite providers.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Defines provider name that will be used to provide instance to inject.
    • Element Detail

      • value

        java.lang.String value
        Defines provider name that will be used to provide instance to inject.
        Default:
        ""