Annotation Type MatsTest.MatsTestEndpoint


  • @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface MatsTest.MatsTestEndpoint
    Field annotation on fields of type Extension_MatsEndpoint.

    Use this annotation to declare that a field should be injected with a test endpoint. The name of the endpoint should be provided as the value of the annotation. This must be an instance of Extension_MatsEndpoint. If the field is already set, then the extension will not change the value.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String endpointId  
    • Element Detail

      • endpointId

        java.lang.String endpointId
        Returns:
        the endpointId of the endpoint to create.