Annotation Type FromOffice


  • @Documented
    @Retention(RUNTIME)
    @Target({FIELD,PARAMETER})
    public @interface FromOffice
    Allows specifying to load test dependency from a particular Office (rather than default Office).
    Author:
    Daniel Sagenschneider
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Obtains the name of the Office.
    • Element Detail

      • value

        java.lang.String value
        Obtains the name of the Office.
        Returns:
        Name of the Office.