Package org.wildfly.common.selector
Annotation Type DefaultSelector
-
@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface DefaultSelector
Deprecated.UseContextual
instead.An annotation indicating the default selector implementation class to use for a class.- Author:
- David M. Lloyd
-
-
Element Detail
-
value
java.lang.Class<? extends Selector<?>> value
Deprecated.The selector implementation class to use.- Returns:
- the selector implementation class
-
-