Annotation Type Named


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Named
    This annotation can be used together with MockSimulationExtension to select a particular model entity from the resource set by its name. The annotation should be added to the test method parameter which needs to be resolved.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value