Annotation Type PropertySource


  • @Retention(RUNTIME)
    @Documented
    public @interface PropertySource

    An annotation that can be used on either the main class or a test to provide additional hard coded property values to the Environment.

    These properties are added at a high priority level and override all properties except CLI properties

    Since:
    1.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Property[] value