annotation class AdditionalFilter(val beanName: String)

Annotation to define an additional filter property for a specific Node (and all subclasses) The filter is implemented by a bean with the defined name of type FilterEntryDefinition

Parameters

beanName

the name of the bean defining the filter, must be of type FilterEntryDefinition

Properties

Link copied to clipboard