Annotation Type Excludes


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Excludes
    A set of implementations that should be excluded from being added to testLocator. This list is NOT checked against the classes list (the explicit include wins), but instead against the set of things coming from packages or from the inhabitant files. This annotation must be placed on a class that extends HK2Runner
    Author:
    jwells
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      The fully qualified class names of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
    • Element Detail

      • value

        String[] value
        The fully qualified class names of any service implementations that should NOT automatically be added via package scanning or from inhabitant files read
        Returns:
        A list of fully qualified class implementations that should not be added testLocator