Interface AllowLeadingWildcardAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
AllowLeadingWildcardAttributeImpl
@Deprecated public interface AllowLeadingWildcardAttribute extends Attribute
Deprecated.This attribute is used byAllowLeadingWildcardProcessor
processor 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 boolean
isAllowLeadingWildcard()
Deprecated.void
setAllowLeadingWildcard(boolean allowLeadingWildcard)
Deprecated.
-