Interface HasNoBeans
-
- All Known Implementing Classes:
AddQueryTerm,AllQueryWordsTrigger,AndTrigger,CountryNameTrigger,DateRangeTrigger,DisplayMessage,DisplayProperties,DisplayUrlAdvert,ExactQueryTrigger,FacetSelectionTrigger,NotAnyTrigger,OrTrigger,PromoteUrls,QueryRegularExpressionTrigger,QuerySubstringTrigger,RemoveUrls,ReplaceQueryTerm,RequestParameterTrigger,SetQuery,TransformQuery,TriggerActions
public interface HasNoBeansAdd this to anything that runsConfigurerwhich does not require anyAutowiredannotation processing. This saves a substantial amount of time, as annotation processing is relatively slow. It is generally best to make a class that implements this to be final, to avoid the risk of sub classes needing beens. That could change though if we needed to.