Annotation Interface MatsTestProfile


@Target(TYPE) @Retention(RUNTIME) @ActiveProfiles("mats-test") @Documented public @interface MatsTestProfile
The only thing this annotation does, is to meta-annotate the test class with @ActiveProfiles(MatsProfiles.PROFILE_MATS_TEST). This is of relevance if you employ the JmsSpringConnectionFactoryProducer "scenario decider" system - the "mats-test" profile per default sends this into "in-vm broker mode".

You may just as well do the direct @ActiveProfiles annotation yourself, but this is a few letter shorter, and slightly more concise.