Annotation Type UserProvider


  • @Retention(RUNTIME)
    @Target(FIELD)
    @Documented
    public @interface UserProvider
    Annotation used to mark simulation class fields of type User, that is the injection point where the users will be injected. Users are required to be able to make calls against web services. They might be pre-authenticated according to selected authentication strategy.

    Since:
    1.0.0
    Author:
    Erhan Bagdemir
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String region  
    • Element Detail

      • region

        java.lang.String region
        Default:
        "all"