@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Excludes
HK2Runner| Modifier and Type | Required Element and Description |
|---|---|
java.lang.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
|
public abstract java.lang.String[] value