Annotation Type TestScopedBeans


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface TestScopedBeans
    Defines names of the beans whose scope should be changed to "test".

    Meta-annotations are supported.

    Since:
    1.1
    Author:
    Philippe Marschall
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      The names of the beans whose scope should be changed to "test".
    • Element Detail

      • value

        String[] value
        The names of the beans whose scope should be changed to "test".