@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented public @interface DynamicFilter
It is typically used in combination with annotation DynamicFilterComponent annotation.
DynamicFilterProvider attempts to get FilterFields from value;
Value should be class which implements DynamicFilterEvent
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends DynamicFilterEvent> |
value |
public abstract Class<? extends DynamicFilterEvent> value
Copyright © 2019. All rights reserved.