Interface AllowLeadingWildcardAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
AllowLeadingWildcardAttributeImpl
@Deprecated public interface AllowLeadingWildcardAttribute extends Attribute
Deprecated.This attribute is used byAllowLeadingWildcardProcessorprocessor and must be defined in theQueryConfigHandler. It basically tells the processor if it should allow leading wildcard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanisAllowLeadingWildcard()Deprecated.voidsetAllowLeadingWildcard(boolean allowLeadingWildcard)Deprecated.
-