Annotation Type Feeder


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface Feeder
    Annotation to mark the Feeder injection point. Feeders are data providers.
    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    See Also:
    Feeder
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Feed> factory
      Factory implementation for Feeder instances.
    • Element Detail

      • factory

        java.lang.Class<? extends Feed> factory
        Factory implementation for Feeder instances.
        Returns:
        Factory implementation.